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

Summary: Mac: Clicking on the app's dock icon with the cursor hidden permanently un-hides it
Product: SDL Reporter: Alex Szpakowski <amaranth72>
Component: eventsAssignee: Alex Szpakowski <amaranth72>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Mac OS X 10.7   

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!