Skip to content
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

React apps may crash when "Link External iframes" is active. #177

Open
duhrer opened this issue Feb 29, 2024 · 6 comments
Open

React apps may crash when "Link External iframes" is active. #177

duhrer opened this issue Feb 29, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@duhrer
Copy link
Contributor

duhrer commented Feb 29, 2024

I noticed that the crossword on Puzzmo throws an error if the Gamepad Navigator is installed. I can consistently get the page to load again if I uninstall the extension.

@duhrer duhrer added the bug Something isn't working label Feb 29, 2024
@duhrer
Copy link
Contributor Author

duhrer commented Feb 29, 2024

It doesn't happen with any other of the puzzles there except the "I'm Done" button in the "SpellTower" game.

@duhrer
Copy link
Contributor Author

duhrer commented Feb 29, 2024

Screenshot 2024-02-29 at 11 27 11

@duhrer
Copy link
Contributor Author

duhrer commented Feb 29, 2024

I suspect it's because we put our content at the end of the body, and that we might avoid these issues by prepending our elements instead.

@duhrer
Copy link
Contributor Author

duhrer commented Feb 29, 2024

Moving the element to the beginning of the body made no difference. Removing the elements manually using the dev console also didn't help. I'll need to do some searching.

@duhrer
Copy link
Contributor Author

duhrer commented Apr 9, 2024

This seems to be a common problem when working with some React apps while extensions are loaded.

@duhrer
Copy link
Contributor Author

duhrer commented Apr 9, 2024

Turning off the "Link External iFrames" setting resolves the issue.

@duhrer duhrer changed the title Some sites crash when the Gamepad Navigator is installed. React apps may crash when "Link External iframes" is active. Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant