[Webkit-unassigned] [Bug 8060] layout problem with absolutely positioned images in table

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun May 7 15:49:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8060


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #3 from hyatt at apple.com  2006-05-07 15:49 PDT -------
This one is nasty and gets into what the box-sizing model is for table cells. 
For fixed widths it looks like Firefox obeys a strict box model, but we only
sort of do.

Table col #1 has a min width and max width of 82.  (The 80 pixels from the CSS
rule + the cell border.)
Table col #2 has a min width of 2 but a max width of 80.  This is because for
"fixed" columns we're just storing the value from CSS (80).

Then we have 2 extra pixels left to spread, and so we incorrectly put 1 into
the first cell.  This makes cell 1 too big and cell 2 too small.


-- 
Configure bugmail: http://bugzilla.opendarwin.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