Web version of game not working in some instances

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By therealmatt_b
:warning: Old Version Published before Godot 3 was released.

Hi all!
I have a game, located here:

On some people’s browsers, the game acts as though the space bar is held down (player ends up constantly dashing all over the place, the menu gets automatically moved through, etc). For the LIFE of me, I can’t figure out the common reason here.

On my machine, in both Chrome and Firefox, the game runs fine. A few different friends’ machines, also in Chrome, it has the space bar bug.

I had us both print out the web console, so I could compare and contrast. There were some interesting differences, but I don’t know what to make of them:
Imgur
The working version is on the right, the one with the space bar issue is on the left.

I’m happy to provide more information if needed. This is using Godot 2.1.4
Thanks!

Are you able to reproduce this spacebar problem with a super-minimal project in which you only poll for spacebar input?
If not, try to reduce the scope of the bug until you get to a minimal reproduction case, that may help to find where the problem comes from

Zylann | 2017-12-06 22:37

Your game runs fine here (Ubuntu, FF Quantum).
Are you sure is not the classic keyboard problem related to 2 keys (usually arrows) + space?

There are no shortcuts in the system that may be interfering? (maybe addons)

eons | 2017-12-07 00:32