1j01/janitorial-android

Level Editor Menu Display Error Message on macOS

roberttkahelin8 opened this issue · 1 comments

Hey, just wanted to let you know that your remake works nearly perfectly (and it's identical to the Shockwave Version!).

One problem is that I cannot press any of the level editor menu buttons (the bottom row) without an error message appearing. Not sure if this is a macOS thing only or happens on all platforms.

Browser Used: Firefox 106-64bit
OS: macOS Monterey
Game Version: Latest Public Web Page

Hope there is a way to fix this little issue, otherwise, everything else seemed to work fine.

1j01 commented

Ah, I see, it's not working on Firefox because the ariaKeyShortcuts property is unsupported, and I'm relying on that to generate simulated keyboard events to trigger the different functions. I can use getAttribute instead as an easy fix.

Thanks for reporting!