WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65064
Don't use group separators in formatting input[type=number]
https://bugs.webkit.org/show_bug.cgi?id=65064
Summary
Don't use group separators in formatting input[type=number]
Shinya Kawanaka
Reported
2011-07-23 06:48:09 PDT
The current implementation of WebKit inserts commas (or period in fr_FR environment etc.) for formatting input[type=number]. This is not comfortable in some situations, so commas should not be inserted for formatting input[type=number]. However, the input[type=number] should accept numbers with commas. NOTE: This bug is intended to fix only some aspects of
bug 62939
.
Attachments
Patch
(18.31 KB, patch)
2011-07-23 07:44 PDT
,
Shinya Kawanaka
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shinya Kawanaka
Comment 1
2011-07-23 07:44:16 PDT
Created
attachment 101810
[details]
Patch
Kent Tamura
Comment 2
2011-07-23 08:22:35 PDT
Comment on
attachment 101810
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=101810&action=review
The patch have some issues. But I think it's ok to land this.
> LayoutTests/ChangeLog:3 > + Marked fast/speech/input-appearance-numberandspeech.html flaky on Mac and Windows.
No. It won't be flaky on Mac and Windows. Flaky means that the result of a test is not stable without any change related to the test. In this case, we expect the test will fail by this change. So the test expectation should be: BUGWK65064 WIN MAC : fast/speech/input-appearance-numberandspeech.html = FAIL
> LayoutTests/platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:164 > layer at (14,48) size 81x10 scrollWidth 172
This file is not listed in LayoutTests/ChangeLog. Also, we should not update a render tree dump without updating the corresponding PNG in Chromium port.
WebKit Review Bot
Comment 3
2011-07-23 09:21:27 PDT
Comment on
attachment 101810
[details]
Patch Clearing flags on attachment: 101810 Committed
r91636
: <
http://trac.webkit.org/changeset/91636
>
WebKit Review Bot
Comment 4
2011-07-23 09:21:31 PDT
All reviewed patches have been landed. Closing bug.
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