https://bugs.kde.org/show_bug.cgi?id=474661
Volker Krause <vkra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vkra...@kde.org --- Comment #2 from Volker Krause <vkra...@kde.org> --- This seems to happen only in locales with a comma as decimal separator. It breaks when the string "33.335" is passed to JSUtil::stringToNumber(), which results in the number 33335 in a locale with a comma decimal separator, rather than the expected 33.335, ie. this happens for numbers where the conversion is ambiguous between different locales. -- You are receiving this mail because: You are the assignee for the bug.