[Webkit-unassigned] [Bug 42755] Web Inspector: Almost all inspector tests are failing if comma is used as decimal separator.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 10 23:37:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42755





--- Comment #10 from Dirk Schulze <krit at webkit.org>  2010-08-10 23:37:24 PST ---
(In reply to comment #8)
> (In reply to comment #6)
> > As Darin said, String formatting needs to be fixed - see also bug 18994.
> > 
> > This is a rather poor workaround - it fixes Russian locale, but a locale can use almost arbitrary formatting for numbers. In particular, even proper Russian formatting "(123.456.789,00) will remain broken.
> 
> According to spec %f doesn't uses thousands separator. 
> It will be the problem if some locale uses something different as decimal separator.

I guess this is what ap tried to mention. :-P We have many localas with this schema (points and commas in a float). This fix is a hack, that works for some locals, but many still fail, or will fail now. It's sad that there was no FIXME added in the patch. Normaly this patch shouldn't be in trunk. :-(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list