[Webkit-unassigned] [Bug 18333] NPAPI: No way of telling the difference between 'ints' and 'doubles'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 08:13:10 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18333





------- Comment #2 from playmobil at google.com  2008-04-07 08:13 PDT -------
The use case has to do with expected behavior when stringifying objects.
e.g. Create a DB table with a string column and insert the value 42.0 into it.

A user would expect the contents of the column to be '42.0', but if we round to
an int ourselves we'll insert '42'.

So while you could argue that technically, WebKit behaves correctly.  we have
no way of implementing the behavior users expect in the above case.  In
addition, WebKit's handling of this case differs from that of Mozilla.


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



More information about the webkit-unassigned mailing list