[Webkit-unassigned] [Bug 63709] Disabled input type=search still allows clicking [x] to clear contents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 03:19:04 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63709
--- Comment #7 from Kentaro Hara <haraken at google.com> 2011-07-01 03:19:04 PST ---
> It's partially a regression - in Safari 5.0.5, the [x] button accepted clicks, but it didn't clear the content in disabled element.
Thank you very much for the review. I confirmed the followings:
- In released Safari 5.0.5 (6533.21.1, with WebKit r81529), the [X] button accepts clicks. The [X] button does not clear the content if 'disabled' is set, but clears the content if 'readonly' is set.
- In Safari 5.0.5 (6533.21.1, with WebKit r89995), the [X] button accepts clicks. The [X] button clears the content if 'disabled' or 'readonly' is set.
- In Safari 5.0.5 (with my WebKit patch), the [X] button accepts clicks. The [X] button does not clear the content if 'disabled' or 'readonly' is set.
--
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