| Summary: | SW Keyboard not restore when an app becomes foreground. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Hak Matsuda <hakuro> |
| Component: | events | Assignee: | Sylvain <sylvain.becker> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.3 | ||
| Hardware: | Other | ||
| OS: | Android (All) | ||
| Attachments: | patch | ||
|
Description
Hak Matsuda
2015-11-21 00:57:36 UTC
Created attachment 2837 [details]
patch
It's not really obvious to show back the keyboard when the app resumes, but this patch seems to improve the function that tell if the keyboard is shown or not.
Sylvain, your patch is in, thanks! https://hg.libsdl.org/SDL/rev/ab3f2402a777 Oops, I've added a java openURL function which is not needed ! Fixed in https://hg.libsdl.org/SDL/rev/55f828c2af46 Maybe android Start/StopTextInput function could be changed as Show/HideScreenKeyboard. And this behavior could be done in the generic layer Marked as fixed! |