fluid-lab / gamepad-navigator

GSoC 2020 project
Other
6 stars 10 forks source link

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

Open duhrer opened 4 months ago

duhrer commented 4 months ago

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 commented 4 months ago

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

duhrer commented 4 months ago

Screenshot 2024-02-29 at 11 27 11

duhrer commented 4 months ago

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 commented 4 months ago

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 commented 2 months ago

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

duhrer commented 2 months ago

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