gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #47280] Gnash's ExternalInterface does not return Nu


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [bug #47280] Gnash's ExternalInterface does not return Number value correctly
Date: Sat, 27 Feb 2016 16:12:36 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.51

Follow-up Comment #2, bug #47280 (project gnash):

On the first post I said `NaN` was returned incorrectly as 0 in
Flash-calls-JavaScript case. That was a mistake, sorry; the `NaN` value
was actually returned correctly in that case.

*Updated list of problems:*

In JavaScript-calls-Flash scenario:
* `Infinity` and `-Infinity` are returned incorrectly as 0.
* `NaN` is returned incorrectly as 0.

In Flash-calls-JavaScript scenario:
* There is a precision loss (e.g. 1234.5678 got passed as 1234.57).
* `Infinity` and `-Infinity` are not returned correctly*.

* The `Infinity` and `-Infinity` value in Flash-calls-JavaScript
direction are returned as `NaN` on Flash Player. On Gnash, the actual
`Infinity` or `-Infinity` value is returned.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47280>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]