Bug 84343 - [Chromium] datalist: Key binding conflict of step-down and opening suggestion list
Summary: [Chromium] datalist: Key binding conflict of step-down and opening suggestion...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: data:text/html,<input type=number lis...
Keywords:
Depends on:
Blocks: 27247
  Show dependency treegraph
 
Reported: 2012-04-19 07:42 PDT by Kent Tamura
Modified: 2013-04-08 14:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-04-19 07:42:38 PDT
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.