[Webkit-unassigned] [Bug 27742] New: margin 0 css is causing horizontal scrollbar to show up 100% width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 15:40:17 PDT 2009


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

           Summary: margin 0 css is causing horizontal scrollbar to show
                    up 100% width
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        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=33576)
 --> (https://bugs.webkit.org/attachment.cgi?id=33576)
testcase

I Steps:
Go to attached testcase

II Issue:
There should be no horizontal scrollbars for 100% width

code for reference : 
<html>
<head>
<style type="text/css" media="all"> 
html,body    {margin:0;}
</style> 
</head>
<body>
<p>test</p>
<hr width="100%" size="2">
</body>
</html>

III Other Browsers:
IE7: ok
FF3: ok

IV Nightly tested: 46256

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

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