Bug 84344
Summary: | [Chromium] datalist: Should not show invalid values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | keishi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | data:text/html,<input type=email list=dl1><datalist id=dl1><option>foo>></datalist> | ||
Bug Depends on: | |||
Bug Blocks: | 27247 |
Kent Tamura
1. Open the URL; data:text/html,<input type=email list=dl1><datalist id=dl1><option>foo>></datalist>
2. Type 'f' or '↓' to show a suggestion list
Expected:
'foo>>' is not shown because it's not a valid input for type=email.
Actual:
'foo>>' is shown and selectable.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Keishi Hattori
This can be solved on the chromium side.
https://chromiumcodereview.appspot.com/10391002
Keishi Hattori
This was fixed with a chromium change r137360