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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
When trying opening a new tab or window using the open command, typing is impaired by the search as you type functionality, especially if you have a large search base, like long history or many bookmarks.
I'd recommend introducing a hysteresis when typing that will run a search only after a particular timeout after a key was pressed.
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
step 1
step 2
you get it...
System configuration
Operating system: OSX 11
Firefox version: 86.0
Vim-Vixen version: 0.32
Console logs
Any relevant log in developer tools:
The text was updated successfully, but these errors were encountered:
I see this issue was already addressed in an old PR #502. Would it be possible to get this merged? This looks to solve the issue with using the console.
Maybe this should be configurable. The PR hardcoded the delay to 150 ms, which would just make the console less responsive for people who don't suffer from this issue.
There definitely should be a hysteresis with every keystroke if search results can not be provided at a speed that wouldn't impair the typing experience.
Moreover, I don't understand why complete is a synchronous action, in the end?!
I'm opening this issue because:
Description
When trying opening a new tab or window using the
open
command, typing is impaired by the search as you type functionality, especially if you have a large search base, like long history or many bookmarks.I'd recommend introducing a hysteresis when typing that will run a search only after a particular timeout after a key was pressed.
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
System configuration
Console logs
Any relevant log in developer tools:
The text was updated successfully, but these errors were encountered: