Bug 109224
Summary: | [GTK] fast/forms/number/number-l10n-input.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | cdumez, svillar |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
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
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
Unskipped in https://trac.webkit.org/changeset/166875 as it was working