| Summary: | SDL_StartTextInput() mangles Android joystick input | ||
|---|---|---|---|
| Product: | SDL | Reporter: | RobLM <rob.l.molenaar> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.7 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
|
Description
RobLM
2018-06-08 13:09:10 UTC
After more testing, it turns out that my previous fix prevents the soft keyboard showing for successive calls to SDL_StartTextInput(). Unfocusing the text field using 'mLayout.requestFocus();' seems to work as a better fix. It re-enables joystick events and doesn't permanently hide the soft keyboard. |