Skip to content

Search characters scrambled when typing quickly #113

@aleb2000

Description

@aleb2000

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:

  1. I start typing
  2. app freezes briefly due to the app performing the search on what I have already inserted
  3. I keep typing while frozen, the text in the entry does not change as the app is frozen
  4. the results of the previous search are displayed
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions