Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

URL input fields becomes unresponsive while searching hints #299

Open
Flohack74 opened this issue Feb 24, 2020 · 4 comments · May be fixed by #365
Open

URL input fields becomes unresponsive while searching hints #299

Flohack74 opened this issue Feb 24, 2020 · 4 comments · May be fixed by #365
Labels
enhancement New feature or request

Comments

@Flohack74
Copy link
Member

Whenever I enter an URL in the top URL inout field I kinda feel blocked by the browser since it starts a search immediately and becomes unresponsive until the result with the hints is back. To solve this either:

  • delay the start of the search until the user stopped typing a bit
    AND/OR
  • search in a separate thread, that can be stopped/interrupted/restarted when new characters are entered by the user (again with some delay)
    The whole feature becomes pointless if I always have to wait until my 3 or 4 characters lead to a result I cannot use ;)
@balcy balcy added the enhancement New feature or request label Mar 28, 2020
@balcy
Copy link
Collaborator

balcy commented Jul 12, 2020

I've started prototyping for it a bit on https://github.com/ubports/morph-browser/tree/xenial_-_addressbartext

@balcy balcy linked a pull request Oct 20, 2020 that will close this issue
@UniversalSuperBox
Copy link
Member

#365 would be a potential fix for this issue, and it tests fine. @Flohack74, does it fix the issue you were experiencing?

@Flohack74
Copy link
Member Author

I will try!

@UniversalSuperBox
Copy link
Member

@Flohack74, new ping. You brought this upon yourself by telling me to re-review all the old PRs :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants