[Webkit-unassigned] [Bug 41387] New: <input> placeholder text does not redraw if its disabled state changes and it has a background image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 19:26:31 PDT 2010


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

           Summary: <input> placeholder text does not redraw if its
                    disabled state changes and it has a background image
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


Created an attachment (id=60079)
 --> (https://bugs.webkit.org/attachment.cgi?id=60079)
[TEST] Reduction Showing the Problem

Attached a reduction. In HTML the input element is disabled. JavaScript later
enables the input element. When this change happens the <input> is redrawn
(the border and background change) but the placeholder text stays dark, from
the disabled state instead of light like the enabled state. Add a setTimeout to
the reduction to see the disabled -> enabled transition and how it doesn't
change the color of the text.

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