Closed
Bug 1071419
Opened 11 years ago
Closed 11 years ago
"Santa Is Coming" game error: TypeError: container._enqueueFrameScripts is not a function shumway.player.js:36481
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpeterson, Unassigned)
Details
STR:
1. Load "Santa Is Coming" SWF demo from areweflashyet.com:
http://www.areweflashyet.com/shumway/iframe/viewer.html?swf=/ant-karlov/SantaIsComing.swf
2. Open Firefox's Web Console. The console shows many "Dropped tag during parsing. Code:" warnings while the game loads.
3. Click through the game's "Click to Continue" and "Play" menus.
RESULT:
On the "How To Play" screen, no buttons respond to mouse clicks and the console logs an endless stream of TypeErrors:
TypeError: container._enqueueFrameScripts is not a function shumway.player.js:36481
Comment 1•11 years ago
|
||
This is a regression, is it related to the changes in frame script execution?
Flags: needinfo?(schneider)
Comment 2•11 years ago
|
||
Yes, this regressed after we landed the refactored frame navigation code. Problem is that we don't check the type of the advancable object we call _enqueueFrameScripts on. Will be fixed after https://github.com/mozilla/shumway/pull/1739 landed.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Flags: needinfo?(schneider)
| Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•