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 1823 - Mac: Clicking on the app's dock icon with the cursor hidden permanently un-hides it
Summary: Mac: Clicking on the app's dock icon with the cursor hidden permanently un-hi...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86 Mac OS X 10.7
: P2 minor
Assignee: Alex Szpakowski
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 22:14 UTC by Alex Szpakowski
Modified: 2013-06-08 07:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Szpakowski 2013-04-25 22:14:03 UTC
If the SDL cursor is hidden (via SDL_HideCursor or SDL_SetRelativeMouseMode) and the app is not in focus, clicking on its icon in the dock permanently un-hides the cursor until code manually re-hides it or the user cmd-tabs away and back into the app.

Additionally, if the SDL app is in focus and the cursor is hidden, if the user moves the cursor such that it ends up focusing on any Dock icon, the cursor will become visible in the same manner as the above issue.
Comment 1 (disabled) Jørgen Tjernø 2013-06-04 18:24:46 UTC
Unable to reproduce with latest head, waiting for feedback from Alex.
Comment 2 Alex Szpakowski 2013-06-08 07:49:22 UTC
Yes, this appears to be fixed now. Cheers!