forked from increpare/PuzzleScript
-
Notifications
You must be signed in to change notification settings - Fork 2
Right-click in the editor does not work in Firefox on Widows #68
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingeditorConcerns the game editorConcerns the game editorinputkeyboard, mouse, touch, ... devices, gameplay and accessibilitykeyboard, mouse, touch, ... devices, gameplay and accessibility
Description
(works fine on mac or in other browsers)
Apparently the mousedown event is not triggered during a right click (but mouseup and click events are), probably because the event is replaced with a contextmenu event that P:S listens to and prevents (see src/js/addlisteners.js and function rightClickCanvas in src/js/inputoutput.js).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeditorConcerns the game editorConcerns the game editorinputkeyboard, mouse, touch, ... devices, gameplay and accessibilitykeyboard, mouse, touch, ... devices, gameplay and accessibility