You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onPress/onRollOver/onRollOut events don't trigger at all for a MovieClip that was loaded as image from url using MovieClipLoader.loadClip. Events work as expected when MovieClip is created using a different method.
I assume this is not expected behaviour, because mouse cursor still changes as if event is set correctly.
Below is the PoC code. Events for "clip" trigger as expected, events for "img" don't trigger (to see the trace messages you need to set "trace" loglevel).
Updated PoC code and swf file to use TextField as output instead of using trace: test.zip
Now it is possible to reproduce this bug on the official ruffle demo page.
Describe the bug
onPress/onRollOver/onRollOut events don't trigger at all for a MovieClip that was loaded as image from url using MovieClipLoader.loadClip. Events work as expected when MovieClip is created using a different method.
I assume this is not expected behaviour, because mouse cursor still changes as if event is set correctly.
Below is the PoC code. Events for "clip" trigger as expected, events for "img" don't trigger (to see the trace messages you need to set "trace" loglevel).
Expected behavior
MovieClip events trigger as usual
Content Location
PoC code above and PoC swf: test.zip
Also, see the updated PoC code and swf in the comment below.
Affected platform
Self-hosted version
Operating system
Windows 10
Browser
Mozilla Firefox 134
Additional information
No response
The text was updated successfully, but these errors were encountered: