[Webkit-unassigned] [Bug 28639] New: tabbed content with broken rendering because css property "clear: both" doesn't take effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 16:57:45 PDT 2009


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

           Summary: tabbed content with broken rendering because css
                    property "clear: both" doesn't take effect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.nobodylikesonions.com/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=38413)
 --> (https://bugs.webkit.org/attachment.cgi?id=38413)
reduced testcase

I Steps:
1. Go to http://www.nobodylikesonions.com/

II Issue:
tabbed content is rendering incorrectly

III Conclusion:
Look at the reduction's source code, there is a div:
......
<div class="clear"></div>
......
The css class "clear" is ".clear {clear: both;margin: -2px 0 0 0;}", In IE8 and
FF3 this makes its following content(in this cas "Some text here...") to be
displayed below it, However, in Chrome and Safari, it doesn't take effect at
all. This is the cause of the issue. 

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested : 47639

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14549

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



More information about the webkit-unassigned mailing list