View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000504 | NetSurf | Layout | public | 2010-11-14 20:42 | 2014-02-09 22:31 | ||||||||
Reporter | Richard Porter | ||||||||||||
Assigned To | |||||||||||||
Severity | minor | Reproducibility | have not tried | ||||||||||
Status | acknowledged | Resolution | open | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000504: Nested table alignment | ||||||||||||
Description | I thought this one had been cleared a long time ago, but it's either back again or still there. A table inside a table cell with centre alignment (e.g. a table header) is not centered but left aligned. Within the table, the contents of data cells are centered when they should be left aligned. If the nested table cell contains an unordered list then the bullets are left aligned but the text of list items is centered. This probably applied to oiredered lists too but I haven't tried them. | ||||||||||||
Additional Information | minijem added a note on Mon Nov 15 10:45:41 2010 It looks like this might be specific to table header cells <th> as using a data cell plus a center tag works fine. I haven't tried align attributes yet. Imported from sourceforge bug http://sourceforge.net/support/tracker.php?aid=3109233 on Tue Dec 10 17:34:12 2013 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | |||||||||||||
Attached Files |
|
Notes | |
Vincent Sanders (administrator) 2013-12-20 23:22 |
An example bit of html would be useful |
Richard Porter (reporter) 2013-12-20 23:54 |
Try this: <html><head><title>Nested Table example</title></head> <body> <table width=500 border=1><tr><th>This is a header cell in the outer table. <table border=1><tr><td width=300>This table should be centered within the outer table. This text should be left aligned. Next line Another line
</td></tr> </table></th></tr> </table> </body> </html> |
Richard Porter (reporter) 2014-02-09 22:31 |
This is still a problem. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-10 17:41 | Vincent Sanders | New Issue | |
2013-12-10 17:41 | Vincent Sanders | Status | new => assigned |
2013-12-10 17:41 | Vincent Sanders | Assigned To | => Sourceforge Import placeholder |
2013-12-20 23:22 | Vincent Sanders | Note Added: 0000101 | |
2013-12-20 23:22 | Vincent Sanders | Assigned To | Sourceforge Import placeholder => |
2013-12-20 23:22 | Vincent Sanders | Status | assigned => acknowledged |
2013-12-20 23:22 | Vincent Sanders | Resolution | no change required => open |
2013-12-20 23:22 | Vincent Sanders | Category | General => Layout |
2013-12-20 23:22 | Vincent Sanders | Description Updated | View Revisions |
2013-12-20 23:22 | Vincent Sanders | Additional Information Updated | View Revisions |
2013-12-20 23:54 | Richard Porter | Note Added: 0000104 | |
2013-12-20 23:56 | Richard Porter | File Added: test.html | |
2014-02-09 22:31 | Richard Porter | Note Added: 0000208 |