ClementSparrow / Pattern-Script

Open Source HTML5 Game Engine based on PuzzleScript
20 stars 2 forks source link

Right-click in the editor does not work in Firefox on Widows #68

Open ClementSparrow opened 1 year ago

ClementSparrow commented 1 year ago

(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).