You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue that afflicts the rose edit 2019 as well as the rose edit python 3 version. Typing in the text box of a python list widget is really laggy, and often misses typed characters.
I suspect 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 impact of #2812.
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).
- Oliver
Bug
Error occurs when a string outgrows its entry causing the box to expand. During this process it appears that only one keystroke may be registered.
Appears to pertain only to the
python_list
data type.Occurs in normal typing, is especially evident when typing quickly and when pasting text.
Steps to reproduce:
rose-app.conf
meta/rose-meta.conf
In rose edit, edit the first item of the list by copying the text then pasting a few times until the entry is forced to grow.
The text was updated successfully, but these errors were encountered: