[Webkit-unassigned] [Bug 17075] text misalignment, overlaps table background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 11:52:13 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17075





------- Comment #3 from jon at chromium.org  2008-10-08 11:52 PDT -------
Created an attachment (id=24195)
 --> (https://bugs.webkit.org/attachment.cgi?id=24195&action=view)
Reduction of table align problem

This reduction is from Chromium, see
http://code.google.com/p/chromium/issues/detail?id=2043

It seems related to this existing WebKit issue.  If you disagree please create
a new WebKit bug.  

There are two sub tables in the container table's td, the 1st sub table is set
to right aligned, and the 2nd sub table is set to center aligned.

In IE/Firefox, the 2nd sub table will be center aligned relatively to the space 
expect the 1st sub table in its container td, while in Chrome/Safari the 2nd
sub 
table is center aligned absolutely to its container td. So in Chrome/Safari the
2nd sub table overlaps the 1st table.

The rendering presented by IE, FF and Opera is to have the second table,
"representing image", centered in the remaining space to the left of the right
table.  The actual result is to have the second table centered absolutely in
the outer-most table resulting in an overlap.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list