Bug 84343
Summary: | [Chromium] datalist: Key binding conflict of step-down and opening suggestion list | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | keishi, schenney, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | data:text/html,<input type=number list=dl1><datalist id=dl1><option>111111</datalist> | ||
Bug Depends on: | |||
Bug Blocks: | 27247 |
Kent Tamura
1. Load the URL; data:text/html,<input type=number list=dl1><datalist id=dl1><option>111111</datalist>
2. Press '↓' key
Actual behavior:
The value becomes '-1'.
Expected behavior:
?. Anyway, we should have a way to open a suggestion list provided by the datalist.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |