We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3280 - Bogus TAB up/down events when pressing ALT+TAB quickly on Linux
Summary: Bogus TAB up/down events when pressing ALT+TAB quickly on Linux
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.4
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 07:07 UTC by hqm03ster
Modified: 2020-06-27 16:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hqm03ster 2016-03-01 07:07:32 UTC
Tested on Ubuntu 16.04.

When ALT-TAB-ing quickly to / from an SDL window, the window receives two KEYDOWN and one KEYUP events of the TAB key with an identical timestamp. ALT doesn't appear in any of the modifier masks. The second KEYDOWN is a repeat.
Comment 1 Konrad 2020-06-27 16:46:13 UTC
Are there any updates regarding this issue? I have the same problem in my game which works fine on OS X and Windows, but it does generate an extra tab event which is then parsed by the game itself as unwanted event.