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
When typing quickly in the search bar it often happens that the search characters are inserted in the wrong order. This seems to coincide with a delay of the app to perform searches on the already inserted terms. It appears to me that when typing the following happens:
I start typing
app freezes briefly due to the app performing the search on what I have already inserted
I keep typing while frozen, the text in the entry does not change as the app is frozen
the results of the previous search are displayed
the characters I typed while the app was frozen are then inserted into the entry in the wrong order
Example of searching "gtk_button_new":
Screencast.from.2024-07-13.16-43-23.mp4
You can see the app visibly freeze when the search starts with "g" as lot of results start with that character. Then the characters "u", "b", "_", and "k" are inserted in the wrong order (I typed it correctly).
It could be that I did not type fast enough to be within the 150ms search delay? Maybe slightly increasing the search delay would help?
Regardless it's quite strange that the other characters are inserted in the wrong order.
When typing quickly in the search bar it often happens that the search characters are inserted in the wrong order. This seems to coincide with a delay of the app to perform searches on the already inserted terms. It appears to me that when typing the following happens:
Example of searching "gtk_button_new":
Screencast.from.2024-07-13.16-43-23.mp4
You can see the app visibly freeze when the search starts with "g" as lot of results start with that character. Then the characters "u", "b", "_", and "k" are inserted in the wrong order (I typed it correctly).
It could be that I did not type fast enough to be within the 150ms search delay? Maybe slightly increasing the search delay would help?
Regardless it's quite strange that the other characters are inserted in the wrong order.