GdkWin32: popup in Entry > Completion demo is not responsive to mouse input
How to reproduce:
- Open
gtk4-demo
- Open the
Entry
>Completion
demo - Type 't'
- Click on one of the suggestions, or try to scroll the bar
What happens:
Nothing happens: the completion popup receives motion events, but doesn't respond to clicks. However everything works when using pen input with the WinPointer API.
Edited by Luca Bacci