[Webkit-unassigned] [Bug 17616] nested tables cause button and text to be misaligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 9 14:43:17 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17616


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |HasReduction
         OS/Version|Windows XP                  |All
           Platform|PC                          |All




------- Comment #3 from webkit at blaut.biz  2008-03-09 14:43 PDT -------
Confirmed the problem. Nested tables doesn't allow <td width="100%"> to fit all
available space.

Check this reduced example:
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3Etable%20%7Bborder%3A%201px%20solid%20red%3B%7D%3C%2Fstyle%3E%0A%3Ctable%20width%3D%22500%22%3E%3Ctd%3E%0A%3Ctable%20width%3D%22100%25%22%3E%3Ctd%3E%0A%20%20%20%20%20%20%20%20%20%20%3Ctable%3E%3Ctd%20width%3D%22100%25%22%20style%3D%22background-color%3Ared%22%3Efirst%20cell%3C%2Ftd%3E%3Ctd%3Esecond%20cell%3C%2Ftd%3E%3C%2Ftable%3E%0A%3C%2Ftd%3E%3C%2Ftable%3E%0A%3C%2Ftable%3E%0A%0A


Red first cell should expand all of available space.


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