-
Notifications
You must be signed in to change notification settings - Fork 815
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
pop_screen()
triggering randomly after hoovering buttons under heavy load
#4613
Comments
My initial reaction to this would be that it's unlikely that it's a case of "pop_screen() triggering randomly after hoovering buttons under heavy load" and very possibly a case of an instance of |
You are right, just tested it. |
Can you paste the result of |
Textual DiagnosticsVersions
Python
Operating System
Terminal
Rich Console options
|
@matkudela Could you try running with |
run your app with |
You have a slightly older version of Textual. Would you mind upgrading to the latest, and repeating the test? |
Upgraded to 0.65.2, works same way keys.log |
I'm not certain if this will fix it, but please try 0.66.0 |
Didn't help. |
Please try Textual 0.71.0 |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Most of the time works fine but managed to recreate this problem once in 15 minutes of testing. |
I noticed strange behavior while hoovering very fast on many buttons.
pop_screen
is being triggered ramdomly only under heavy load on my computer (used stress command). Tried same thing withpush_screen
but works fine.Example used in video:
Since github is accepting files under 10MB im linking video: https://drive.google.com/file/d/1qG4SCLF-0-HXDOMNLBCrGF4lFM7Lxlxj/view?usp=drivesdk
The text was updated successfully, but these errors were encountered: