Skip to content
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

Typing in python list widget is really laggy #32

Closed
jfrost-mo opened this issue Sep 20, 2024 · 4 comments
Closed

Typing in python list widget is really laggy #32

jfrost-mo opened this issue Sep 20, 2024 · 4 comments

Comments

@jfrost-mo
Copy link

This is an issue that afflicts the rose edit 2019 too, but typing in the text box of a python list widget is really laggy, and often misses typed characters.

I susspect this is because it is reparsing the python list on every keypress, where is should really wait until the focus leaves the text box to do that, or at least have some kind of debouncing timeout. Fixing this would also help lessen the impack of #31.

@oliver-sanders
Copy link

I suspect this is a Rose 2019 issue so not really one for the porting project. Should be relatively easy to jam in a debounce (something along the lines of https://stackoverflow.com/a/78227581).

@jfrost-mo
Copy link
Author

Yeah, its an existing issue. So much for my secret plan to get these bugs fixes 😁 I'll reopen in the main repository.

@jfrost-mo
Copy link
Author

Duplicate of metomi#2091

@jfrost-mo jfrost-mo closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 2024
@oliver-sanders
Copy link

Fair enough, we have resourcing for the porting, but not for more fundamental improvements, maybe unless there's time left over...

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