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 2660 - [patch] SDL_IsScreenKeyboardShown doesn't respond to keyboard being dismissed
Summary: [patch] SDL_IsScreenKeyboardShown doesn't respond to keyboard being dismissed
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.3
Hardware: iPhone/iPod touch iOS (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords: triage-2.0.4
Depends on:
Blocks:
 
Reported: 2014-07-24 01:20 UTC by philhassey
Modified: 2015-04-13 00:31 UTC (History)
3 users (show)

See Also:


Attachments
A patch for the reported bug. (1.12 KB, patch)
2014-07-24 01:20 UTC, philhassey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description philhassey 2014-07-24 01:20:34 UTC
Created attachment 1785 [details]
A patch for the reported bug.

On iOS, after bringing the keyboard up on screen, if I tap the "dismiss keyboard" button at the bottom right of the screen, SDL_IsScreenKeyboardShown doesn't updated correctly to report that the keyboard has disappeared.

I've attached a small patch that fixes this.
Comment 1 Ryan C. Gordon 2015-02-19 06:32:15 UTC
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry
if you got a lot of email from this. This is to help me sort through some bugs
in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4,
though!
Comment 2 Philipp Wiesemann 2015-04-10 22:13:01 UTC
This might be fixed with bug 2798.
Comment 3 Ryan C. Gordon 2015-04-13 00:31:22 UTC
Yeah, this patch is in Mercurial as https://hg.libsdl.org/SDL/rev/bff6f1fecc5d, thanks!

--ryan.