Details
-
Sub-task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
Some accessibility settings provide a "Screen Keyboard" feature for cases where a keyboard is not attached or users prefer not to use one or not able to.
Qt does not respect to show screen keyboard when the focus is moved to a input-text-based UI components such as TextArea, TextField, or TextInput.
This has been tested on both Qt Widgets and Qt Quick, and neither respects this accessibility feature.
Only Linux has been tested and it seems the issue exists on desktop platforms. It works fine on mobile platforms. It has been tested on Ubuntu and it's likely the same on Windows and macOS.