Problem Description
There's an issue when trying to use a certain combination of arrow keys (left and up) and the spacebar at the same time. So for example, if you wanted to have a player jumping and shooting (with space bar) at the same time the shooting won't occur if the player is holding the left and up keys at the same time
Attach a Capx
https://drive.google.com/file/d/0B_W3QJ ... sp=sharing
edit: zenox98 also has a good capx for testing this, see link in his post below
Description of Capx
simple platform demo
Steps to Reproduce Bug
- at the same time push the right and up arrow key on the keyboard, follow that shortly by pushing the spacebar while player is still in the air. You'll notice the text at the top changes to "spacebar is down". This is all good and well.
- now, at the same time push the left and up arrow key on the keyboard, follow that shortly by pushing the spacebar while player is still in the air. You'll notice the text at the top remains "spacebar is NOT down" but should change to "spacebar is down" when pressed. Something is keeping the spacebar from registering while the left and up arrow keys are down.
Observed Result
spacebar tap doesn't register when left and up keyboard keys are down
Expected Result
spacebar tap should be recognized even when left and up keyboard keys are down
Affected Browsers
Operating System and Service Pack
Windows 8.1 Pro
Construct 2 Version ID
r172