[Webkit-unassigned] [Bug 113845] New: Input value/placeholder is not redrawn when the input height grows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 22:10:51 PDT 2013


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

           Summary: Input value/placeholder is not redrawn when the input
                    height grows
           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


https://code.google.com/p/chromium/issues/detail?id=126395

<input value=foo style="height:0.5em;">
<input placeholder=foo style="height:0.5em;">
<script>
document.getElementsByTagName('input')[0].style.height = 'initial';
document.getElementsByTagName('input')[1].style.height = 'initial';
</script>

The value/placeholder keeps the initial height after setting input height.

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