[Webkit-unassigned] [Bug 104997] New: REGRESSION(r90089): Text overflows if padding is updated after layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 00:05:31 PST 2012


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

           Summary: REGRESSION(r90089): Text overflows if padding is
                    updated after layout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


http://code.google.com/p/chromium/issues/detail?id=140001

Repro:
<body>
<input id=text1 style="width:100px; text-align:right;" value="Hello world">
<script>
window.onload = function() {
    setTimeout(function() {
        document.getElementById('text1').style.paddingLeft = '40px';
    }, 0);
};
</script>
</body>

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