Openscope: GameClockView crashes sim in Firefox

Created on 30 Oct 2018  路  5Comments  路  Source: openscope/openscope

Browser: Firefox

Looks like the sim is not running on Firefox as of the latest build on staging. It works fine on Chrome, which is strange.

image

BUGFIX

Most helpful comment

The bug was introduced by #1134 which is part of the 6.7.0 release.

All 5 comments

Wild guess: It's a chain reaction caused by

InputController: Line 113
this.$body.addEventListener('contextmenu', event.preventDefault());

event is defined in Chrome but undefined in Firefox.

Might be related to #1134

馃槮 how did I miss that. good find!

I was confused by the solution because that could only mean that it's been broken like this for... a long time? At least a month? Who knew! :joy:

The bug was introduced by #1134 which is part of the 6.7.0 release.

that makes a lot more sense :relieved:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

erikquinn picture erikquinn  路  4Comments

erikquinn picture erikquinn  路  7Comments

artur-gajewski picture artur-gajewski  路  4Comments

tdawe picture tdawe  路  3Comments

Progman2002 picture Progman2002  路  7Comments