wxasync
wxasync copied to clipboard
Event Loop appears to block with mouse click and hold on window title bar
Example log below showing captured windows events. Only block when holding down mouse button on title bar.
0 --> <wx._core.IdleEvent object at 0x000001A525A6E4D0> 10008
-31964 --> <wx._core.MouseCaptureChangedEvent object at 0x000001A525A6E4D0> 10104
-31964 --> <wx._core.MoveEvent object at 0x000001A525A6E4D0> 10090
-31964 --> <wx._core.MoveEvent object at 0x000001A525A6E4D0> 10089
-31964 --> <wx._core.MoveEvent object at 0x000001A525A6E4D0> 10088
-31964 --> <wx._core.MoveEvent object at 0x000001A525A6E4D0> 10089
-31964 --> <wx._core.MouseCaptureChangedEvent object at 0x000001A525A6E4D0> 10104
-31964 --> <wx._core.MoveEvent object at 0x000001A525A6E4D0> 10091
2024-03-15 17:40:14,854 - WARNING - asyncio:1891 - Executing <Task pending name='Task-1' coro=<main() running at main.py:59> cb=[_run_until_complete_cb() at pyenv-win\versions\3.10.6\lib\asyncio\base_events.py:184] created at pyenv-win\versions\3.10.6\lib\asyncio\tasks.py:636> took 6.344 seconds
0 --> <wx._core.IdleEvent object at 0x000001A525A6DA20> 10008
0 --> <wx._core.IdleEvent object at 0x000001A525A6DA20> 10008
0 --> <wx._core.IdleEvent object at 0x000001A525A6DA20> 10008
Hi davmf, Thanks. I knew already about this issue but I have no idea if it can be fixed or how to do it. I think it is the same with menus