You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button keep being in 'pressed' state after surtain combinations.
This happens if you perform the following actions:
1] press and hold shift button
2] press and hold any of the 'num0', 'num1', 'num2', 'num3', 'num4', 'num5', 'num6', 'num7', 'num8', 'num9', 'num.' buttons
3] release the shift button
4] release the button pressed in [2]
The reason for this seems to be that these numpad buttons have a completely different button registration when pressing the shift button. As soon as you release the shift button, the release function registrates a different button for the release state.
This bug can be repeated everytime if you follow the 4 steps.
It is probably impossible to register the correct buttons (I'm assuming the browser registers the 'wrong' button), so maybe you should (also) register the numpad buttons in these specific scenario's
The text was updated successfully, but these errors were encountered:
Button keep being in 'pressed' state after surtain combinations.
This happens if you perform the following actions:
1] press and hold shift button
2] press and hold any of the 'num0', 'num1', 'num2', 'num3', 'num4', 'num5', 'num6', 'num7', 'num8', 'num9', 'num.' buttons
3] release the shift button
4] release the button pressed in [2]
The reason for this seems to be that these numpad buttons have a completely different button registration when pressing the shift button. As soon as you release the shift button, the release function registrates a different button for the release state.
This bug can be repeated everytime if you follow the 4 steps.
It is probably impossible to register the correct buttons (I'm assuming the browser registers the 'wrong' button), so maybe you should (also) register the numpad buttons in these specific scenario's
The text was updated successfully, but these errors were encountered: