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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 29 11:33:26 PST 2008


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

           Summary: width undefined for <b> tag causes table background
                    misalignment
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://achatvente.3suisses.fr/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to
http://achatvente.3suisses.fr/

II Issue:
Notice the table background misalignment under "Pourquoi choisir 3 Suisses
Achat - Vente" at right side of webpage.

III Conclusion: The bottom part that is being truncated are defined in the
following tags:
     <b class="b4b" style="background: rgb(170, 224, 56);"></b>
     <b class="b3b" style="background: rgb(170, 224, 56);"></b>
     <b class="b2b" style="background: rgb(170, 224, 56);"></b>
     <b class="b1b"></b>
It seems that the issue is caused by the width not being defined for each of
these tags. While the outermost <div> has 250px for its width, it looks like
the <b> tags are not inheriting this width. I'm still unsure though why <b> tag
would have a width (and a height as defined in the styles) but changing these
<b> tags to say <div> or <p> does not get rid of the issue.

IV Other browsers: 
FF: not ok
Opera: ok
IE 7: not ok

V Nightly tested: 30236


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