[Webkit-unassigned] [Bug 182467] Uncaught Exception: TypeError: failed to initialize NumberFormat due to invalid locale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 4 23:44:48 PST 2018


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Maybe this is a linux port issue?

The WebInspector code here is just doing: `number.toLocaleString()`

laurb3st, what do you get when you load the following test:

    <script>
    alert( (new Intl.DateTimeFormat).resolvedOptions().locale );
    </script>

It may be specific to your locale and the linux port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180205/cef9d852/attachment.html>


More information about the webkit-unassigned mailing list