[Webkit-unassigned] [Bug 63709] Disabled or read-only input type=search still allows clicking [x] to clear contents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 05:48:52 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63709
Kent Tamura <tkent at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #99463|review? |review-
Flag| |
--- Comment #12 from Kent Tamura <tkent at chromium.org> 2011-07-01 05:48:52 PST ---
(From update of attachment 99463)
View in context: https://bugs.webkit.org/attachment.cgi?id=99463&action=review
> LayoutTests/fast/forms/search-disabled-readonly-expected.txt:8
> +Test on the input form with disabled=false and readonly=false
> +Click the cancel button:
> +PASS input.value is ""
> +... and then input one character:
> +PASS input.value is "b"
This doesn't cover the original scenario of disabled-search-input.html.
The scenario was:
1. layout with <input type=search disabled>
2. Click the center of it
3. Type a key
4. Expect that the character is inserted.
But, you don't need to cover the scenario if you don't remove disabled-search-input.html.
--
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