2024-04-25 05:03 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000504NetSurfLayoutpublic2014-02-09 22:31
ReporterRichard Porter 
Assigned To 
SeverityminorReproducibilityhave not tried 
StatusacknowledgedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0000504: Nested table alignment
DescriptionI 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 Informationminijem 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

TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
URL of problem page
Attached Files

-Relationships
+Relationships

-Notes
Vincent Sanders

~0000101

Vincent Sanders (administrator)

An example bit of html would be useful
Richard Porter

~0000104

Richard Porter (reporter)

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
         
  • List item 1

  •              
  • List item 2 longer

  •          

</td></tr>
  </table></th></tr>
</table>
</body>
</html>
Richard Porter

~0000208

Richard Porter (reporter)

This is still a problem.
+Notes

-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
+Issue History