-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infinite loop for unprefixed use. #2675
Comments
Thanks for the report! The listener is on the document but the context of the |
Actually this is the issue. Do you have any info on the commit that resolved? |
Rock! Is it tricky to induce bubbling? (curious if you're using a real event or fake one ) |
Mostly fake events that are copied from real ones . Built off the JSNinja example years ago and improved along the way. You can set |
There are still pages in the wild hitting this bug, as per webcompat/web-bugs#2498 , such as mentioned in this comment. Would you consider releasing a hot-fix for the old versions on your CDN or working with the affected sites to update the library? |
I noticed in src/js/player.js that if
fsApi.fullscreenchange
is unprefixed, sofullscreenchange
, then it will trigger an infinite loop.The text was updated successfully, but these errors were encountered: