Bug 84343

Summary: [Chromium] datalist: Key binding conflict of step-down and opening suggestion list
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: 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
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.