8000 Event Loop appears to block with mouse click and hold on window title bar · Issue #31 · sirk390/wxasync · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
davmf opened this issue Mar 15, 2024 · 1 comment
Open

Comments

@davmf
Copy link
davmf commented Mar 15, 2024

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
@sirk390
Copy link
Owner
sirk390 commented Mar 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0