mathewthe2 / Game2Text

Complete toolbox for gamifying language learning
https://www.Game2Text.com
Apache License 2.0
194 stars 26 forks source link

Game2Text is non-functional on Firefox #10

Closed WitheredGryphon closed 3 years ago

WitheredGryphon commented 3 years ago

As of version 53, modal windows are by default disabled in Firefox which requires users to enable them in about:config. However, it's impossible to click on anything within the window, making selection of an audio device impossible.

WitheredGryphon commented 3 years ago

After some fiddling, the clicking issue is resolved by changing pointer-events: inherit; to pointer-events: auto;

in index.css for dialogue[open].

mathewthe2 commented 3 years ago

Thanks for the report. If there are no other bugs exclusive to Firefox I will close this issue.