Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.1
Description
If Virtual keyboard is brought on top of underlying widget and click/touch event is done on VKB, button underneath of the VKB also gets clicked/highlighted.
Expected Result: The mouse and touch events for the virtual keyboard should not propagate to the items behind it.
Environment: Linux Debian11/Windows
Run attached example with Qt: 6.8.1
steps to reproduce:
1. Drag the keyboard on top of the button.
2. Touch the keyboard where the button is placed.