wxasync icon indicating copy to clipboard operation
wxasync copied to clipboard

Event Loop appears to block with mouse click and hold on window title bar

Open davmf opened this issue 2 years ago • 1 comments

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

davmf avatar Mar 15 '24 06:03 davmf

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

sirk390 avatar Mar 15 '24 18:03 sirk390