[Webkit-unassigned] [Bug 31349] String to number coercion is not spec compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 12:49:49 PST 2010


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


Derk-Jan Hartman <hartman at videolan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hartman at videolan.org




--- Comment #6 from Derk-Jan Hartman <hartman at videolan.org>  2010-02-22 12:49:49 PST ---
Just ran into this issue on Wikipedia where we were trying to discover why a
range (with the en dash) was not supported in a sortable table.

Bug 16717 indeed looks like a dupe of this. Bdash notes:

>From ustring.cpp:
954      // FIXME: If tolerateTrailingJunk is true, then we want to tolerate
non-8-bit junk
955      // after the number, so is8Bit is too strict a check.
956      if (!is8Bit())
957        return NaN;

-- 
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