-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.5.10
First of all, this problem is only confirmed with 6.5 for now. 6.8.4 and 6.10.0 seem to be OK. So ideally, only backport is needed.
The problem can be confirmed by the reproducer attached. An event filter that will outputs the keys pressed. And the problem happens to Shift + Tab
On Desktop, output is:
Pressing on "1000002" with modifier QFlags<Qt::KeyboardModifier>(ShiftModifier)
Tab is recognized as BackTab
On WASM, output is:
Pressing on "1000001" with modifier QFlags<Qt::KeyboardModifier>(ShiftModifier)
Tab is just Tab.
And it can be confirm by 6.8.4/6.10.0, that the correct behavior should be Tab being registered as BackTab.
- relates to
-
QTBUG-130371 Keyboard navigation focus in WebAssembly is half broken
-
- Closed
-