[Webkit-unassigned] [Bug 63709] New: Disabled input type=search still allows clicking [x] to clear contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 06:23:58 PDT 2011


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

           Summary: Disabled input type=search still allows clicking [x]
                    to clear contents
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com
                CC: tkent at chromium.org, haraken at google.com


See Chromium bug 85552: http://code.google.com/p/chromium/issues/detail?id=85552

Given the following code:

<input type="search"  value="Test" disabled>

Chrome displays a text field with an [X] button on the right to clear the contents. Clicking the [X] button works even when the control is disabled. Safari, which also shows an [X], does not allow clicking it to clear the contents of the field when it's disabled.

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