[Webkit-unassigned] [Bug 84343] New: [Chromium] datalist: Key binding conflict of step-down and opening suggestion list
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 07:42:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84343
Summary: [Chromium] datalist: Key binding conflict of step-down
and opening suggestion list
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: data:text/html,<input type=number list=dl1><datalist
id=dl1><option>111111</datalist>
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: keishi at webkit.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list