[Webkit-unassigned] [Bug 84356] New: [Chromium] datalist: A suggestion value should be localized for <input type=number>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 10:49:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84356
Summary: [Chromium] datalist: A suggestion value should be
localized for <input type=number>
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: data:text/html,<input type=number step=0.1
list=dl1><datalist id=dl1><option>12.3</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
Blocks: 27247
1. Run Chromium browser on French locale
2. Open the URL; data:text/html,<input type=number step=0.1 list=dl1><datalist id=dl1><option>12.3</datalist>
3. Type '1' in the field
Expected:
'12,3' is shown because it's in French locale.
Actual:
'12.3' is shown.
--
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