imgui_bundle, a library for writing GUI apps with Python is amazing.
What is less amazing is that they are doing *exactly* what Wayland critics of protocol ext-zones was afraid of, misusing the reposition API to drag windows around. 🤦
In this case though, they are misusing xdg_popup as a kind of 'child window', and using reposition API when dragged. But this should be done with XDG child window without decorations.
Bug could be in #SDL or #Imgui_bundle