[Webkit-unassigned] [Bug 17611] width undefined for <b> tag causes table background misalignment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 16 14:16:04 PDT 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |HasReduction
         OS/Version|Windows XP                  |All
           Platform|PC                          |All
         Resolution|                            |INVALID




------- Comment #3 from webkit at blaut.biz  2008-03-16 14:16 PDT -------
The site and test case renders as expected in Webkit, Gecko (Firefox 3) and
Presto (Opera 9.5). The issue is caused by table which flows out of parent div
element. Consult the reduced test case:


http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20HTML%3E%0A%20%20%20%20%3Cdiv%20style%3D%22width%3A%20250px%3B%22%3E%0A%20%20%20%20%20%20%3Cdiv%20style%3D%22height%3A%2042px%3B%20border%3A1px%20solid%20red%3B%22%3E%0A%20%20%20%20%20%20%20%20%3Ctable%20align%3D%22right%22%20style%3D%22border%3A%201px%20solid%20%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ctd%20style%3D%22line-height%3A%2022px%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cli%3Etest%3Cli%3Etest%20test%20test%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Ftd%3E%0A%20%20%20%20%20%20%20%20%3C%2Ftable%3E%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%20%20%3Cb%20style%3D%22display%3Ablock%3B%20overflow%3Ahidden%3B%20height%3A6px%3Bbackground%3A%20lime%3B%22%20%3E%3C%2Fb%3E%0A%20%20%20%20%3C%2Fdiv%3E


-- 
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