I'm not sure yet whether this is a feature request or a bug report.
I'd like to use a slider with an interactive pointer inside a window which can freely be moved around using a GestureDetector. The problem seems to be that the onPanUpdate event of the GestureDetector is able to steal whatever event the interactive pointer underneath uses.
This results in window I can move around freely, but I can no longer use the slider inside the window. The problem only seems to occure once the area around the pointer is used to move the window.
https://github.com/user-attachments/assets/6b70525f-80ce-45d7-8240-0376c0c16556
Any suggestions for a quick workaround?
I'm not sure yet whether this is a feature request or a bug report.
I'd like to use a slider with an interactive pointer inside a window which can freely be moved around using a
GestureDetector. The problem seems to be that theonPanUpdateevent of theGestureDetectoris able to steal whatever event the interactive pointer underneath uses.This results in window I can move around freely, but I can no longer use the slider inside the window. The problem only seems to occure once the area around the pointer is used to move the window.
https://github.com/user-attachments/assets/6b70525f-80ce-45d7-8240-0376c0c16556
Any suggestions for a quick workaround?