Problem Description
____ If the developper did not add the keyboard object with an active On tab pressed, the user can tabbing out of the game if he presses it once or twice then presses enter ____
Attach a Capx
____ https://1drv.ms/u/s!AjkoCSebIn9JizvG1BcCFKhT76Tj ____
Description of Capx
____ It is a blank project with an inactive "On tab pressed event" ____
Steps to Reproduce Bug
- Launch the game without changing the capx
- press tab inside the game (notice the whatbrowser.org url on the bottom of your webbrowser)
- press enter, now you've successfully exited the game.
- now go enable that condition and redo the same test, it doesn't occur anymore
Observed Result
____ We end up on whatbrowser.org ____
Expected Result
____ Nothing ____
Affected Browsers
- Opera : Yes
- Chrome: Yes
- FireFox: Yes
- Edge: Yes
Operating System and Service Pack
Windows 10
Construct 2 Version ID
r239
It is more a reference bug report than an actual bug report, as it is fixed with one condition which is easy to guess with the manual on the keyboard object, still would be nice if we didn't have to do this IMHO.