WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
109224
[GTK] fast/forms/number/number-l10n-input.html is failing
https://bugs.webkit.org/show_bug.cgi?id=109224
Summary
[GTK] fast/forms/number/number-l10n-input.html is failing
Zan Dobersek
Reported
2013-02-07 13:17:26 PST
The fast/forms/number/number-l10n-input.html is failing ever since it's been introduced in
r142122
.
http://trac.webkit.org/changeset/142122
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/forms/number/number-l10n-input-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/forms/number/number-l10n-input-actual.txt @@ -5,7 +5,7 @@ Putting some digit strings to a French number input. PASS document.execCommand("InsertText", false, "1234"); frenchInput.value is "1234" -PASS document.execCommand("InsertText", false, "1,234"); frenchInput.value is "1.234" +FAIL document.execCommand("InsertText", false, "1,234"); frenchInput.value should be 1.234. Was . PASS document.execCommand("InsertText", false, "1.234"); frenchInput.value is "1.234" Puttting some digit strings to an English number input.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2013-02-11 11:18:05 PST
FYI, the solution for EFL port was to use platform/text/LocaleICU.cpp instead of platform/text/LocaleNone.cpp (
Bug 109440
). Same fix may apply to GTK port as you are probably using ICU library as well.
Sergio Villar Senin
Comment 2
2014-04-07 10:54:49 PDT
Unskipped in
https://trac.webkit.org/changeset/166875
as it was working
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