WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
84356
Expose value localization function of HTMLInputElement
https://bugs.webkit.org/show_bug.cgi?id=84356
Summary
Expose value localization function of HTMLInputElement
Kent Tamura
Reported
2012-04-19 10:49:04 PDT
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.
Attachments
Patch
(9.60 KB, patch)
2012-05-28 01:37 PDT
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Patch
(10.34 KB, patch)
2012-05-28 03:56 PDT
,
Keishi Hattori
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Keishi Hattori
Comment 1
2012-05-28 01:37:37 PDT
Created
attachment 144303
[details]
Patch
Kent Tamura
Comment 2
2012-05-28 02:09:10 PDT
Comment on
attachment 144303
[details]
Patch ok
Kent Tamura
Comment 3
2012-05-28 02:09:41 PDT
Comment on
attachment 144303
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=144303&action=review
> Source/WebCore/ChangeLog:3 > + [Chromium] datalist: A suggestion value should be localized for <input type=number>
This patch touches non-Chromium part. So please remove [Chromium].
Kent Tamura
Comment 4
2012-05-28 02:11:24 PDT
Comment on
attachment 144303
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=144303&action=review
>> Source/WebCore/ChangeLog:3 >> + [Chromium] datalist: A suggestion value should be localized for <input type=number> > > This patch touches non-Chromium part. So please remove [Chromium].
Also, this summary doesn't represent what the patch does. It should be "Expose value localization function of HTMLInputElement", or something.
Keishi Hattori
Comment 5
2012-05-28 03:56:59 PDT
Created
attachment 144323
[details]
Patch
WebKit Review Bot
Comment 6
2012-05-28 05:50:19 PDT
Comment on
attachment 144323
[details]
Patch Clearing flags on attachment: 144323 Committed
r118677
: <
http://trac.webkit.org/changeset/118677
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug