[Webkit-unassigned] [Bug 51737] New: Unwanted spacing is added on modifying width of a nested DIV with specific style settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 02:00:01 PST 2010


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

           Summary: Unwanted spacing is added on modifying width of a
                    nested DIV with specific style settings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: c859809 at pjjkp.com


It's reproduced in Safari 5.0.2 and Chrome 8.0.552.224

Run the following HTML snippet:

<div style="float: left; border: solid 1px red">
    <div style="overflow-x: hidden; overflow-y: scroll;" id="div1">
        test
    </div>    
</div>
<input type="button" value="click me" onclick="document.getElementById('div1').style.width = '50px'" />


Click the "click me" button.
You'll see an extra spacing added to the right of scrollbar.

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