Option to disable rich autocompletion
#2,642 opened on Dec 20, 2023
Repository metrics
- Stars
- (18,674 stars)
- PR merge metrics
- (Avg merge 1d 11h) (9 merged PRs in 30d)
Description
Description
Option to disable rich autocompletion
Who's implementing?
- I'm willing to implement this feature myself
The problem
Chrome by default has "rich autocompletion" when you type in the URL bar (known as omnibox).
Unfortunately the design of this feature - when rich autocompletion is triggered - makes it so that you can't modify the url anymore.
It's difficult to explain if you haven't seen it before, hopefully an image helps?
In my opinion the url bar must be editable. This feature introduces - while better autocomplete results - a much more difficult way to edit that url bar. It amazes me that Google even comes up with this crap and stays with it. Surely this is annoying at best and frustrating at worst.
Possible solutions
This issue is reported upstream but Google doesn't seem eager to put time in it to fix it. The issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1394443 it also has the patches in there that enable "rich autocompletion" to be toggled in the flags. But that option was release-limited and doesn't seem to be updated anymore. Hence it's in chrome now and can't be turned off anymore.
Alternatives
None
Additional context
The upstream issue, while close to dead, does seem like it's still being worked on. Still, it would be cool if ungoogled-chromium could pick up this patch for those that like to have rich autocomplete disabled (and hence have a working url bar again).