gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #42395] No respons from panopticlick site when gnash


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [bug #42395] No respons from panopticlick site when gnash is activated
Date: Fri, 21 Aug 2015 11:17:27 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.5) Gecko/20150606 Firefox/31.9 PaleMoon/25.5.0

Follow-up Comment #5, bug #42395 (project gnash):

I found that if I changed `fontlist.as` (in fontlist test case) to
the following code; using a slightly more convoluted way of calling the
supposedly-static TextField.getFontList() function to silence ActionScript
error <https://savannah.gnu.org/bugs/?42395#comment3>:

var fontlist;

trace("Creating dummy TextField...");
createTextField("dummytext",0,0,0,0,0);

trace("Fetching list of available fonts...");
fontlist=TextField.getFontList.call(dummytext);

trace("Font listing: "+fontlist);


Although the resulting font list in Gnash log output is still `undefined`,
the ActionScript error of function call is gone, and an interesting
message appeared:

126 UNIMPLEMENTED: TextField.getFontList()


This shows that Gnash didn't implement `TextField.getFontList()` and didn't
properly declare it as a static method; hence the function call complication.

Side note: this code also works with Adobe Flash Player.

Gnash: 0.8.11dev (git 88f86a3 19-Aug-2015)
Adobe Flash Player: 11.2 r202 (11.2.202.491) standalone binary
Browser: Iceweasel 10.0.12 (debian)
System: Debian GNU/Linux 7.0 Wheezy i386

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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