RESOLVED FIXED 111982
Inappropriate validation message for required number/date input elements
https://bugs.webkit.org/show_bug.cgi?id=111982
Summary Inappropriate validation message for required number/date input elements
Kent Tamura
Reported 2013-03-11 06:07:57 PDT
1. Open data:text/html,<form><input type=number required><input type=submit></form> 2. Type "abc" into the number field 3. Press the submit button Expected: UA shows badInput validation message like "Please enter a number." because the field is not empty. Actual: UA shows valueMissing validation message like "Please fill out this field." https://code.google.com/p/chromium/issues/detail?id=179694
Attachments
Patch (4.90 KB, patch)
2013-03-11 06:13 PDT, Kent Tamura
no flags
Kent Tamura
Comment 1 2013-03-11 06:13:13 PDT
Kentaro Hara
Comment 2 2013-03-11 06:57:42 PDT
Comment on attachment 192455 [details] Patch LGTM
WebKit Review Bot
Comment 3 2013-03-11 07:45:54 PDT
Comment on attachment 192455 [details] Patch Clearing flags on attachment: 192455 Committed r145362: <http://trac.webkit.org/changeset/145362>
WebKit Review Bot
Comment 4 2013-03-11 07:45:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.