-
Notifications
You must be signed in to change notification settings - Fork 975
URL on the URL bar cannot be changed once it is autocompleted #5767
Comments
A related issue. The most common thing I want to do is go to code.pyret.org/editor . I go to the URL bar and type "co". It auto-completes to code.pyret.org/editor#share=0Bxr4FfLa3goOeU1aMFdPSD [fake URL] which is a URL that I once pasted in or visited (can't even remember, it was a one-time thing). Okay, Brave has auto-completed overly specifically. Fine. I put my cursor at the # and hit C-k to kill the rest of the line. What does it do? It kills the rest of the line, and a moment later, puts it back in place. So if by accident I've hit C-k Enter, well, I'm visiting the wrong URL. I hit C-k again. It looks stable. I hit Enter. It takes me to https://code.pyret.org/editor#share=0Bxr4FfLa3goOeU1aMFdPSD And maybe because I'm visiting this URL (inadvertently) so many times, it keeps coming back up as the URL I surely want. It's hard to describe how hard it is to not visit that URL and to go to code.pyret.org/editor instead. |
I confirmed this bug today. Must be fixed. cc @bbondy |
@shriram i've hit that same bug a lot of times, and agree it needs to be fixed. in the meantime, if you hit delete/backspace before hitting enter, it should delete the autocompleted part and go to the URL you typed. i think autocomplete should always prioritize the shortest completion entry for a given prefix match, not necessarily the most-visited one. |
+1 on what @diracdeltas said 😄 It would be great to do both: prioritize shortest and then (for ones of equal length) sort by most visited |
@aekeus thoughts? |
@diracdeltas Great find...this alone may solve most of the problem |
@diracdeltas here is a similar issue: Deleting doesn't cause it, but trying to select using keyboard sure does. My issue sounds like a dupe of this one, but I do have some good STR |
@bradleyrichter i talked with @bbondy about that UI (right-arrow to enter the autocomplete entry) on slack a while ago. it would be a large change but probably worth it in the long run. AFAICT google does this by stacking two transparent input elements on top of each other |
the milestone was reset to 0.13.3 |
Closing this bug as wontfix and tracking/opening in brave-core. |
Describe the issue you encountered: URL on the URL bar cannot be changed once it is autocompleted
1 Open https://www.chromium.org/
2 Open https://www.chromium.org/Home
3 Open https://download-chromium.appspot.com/
4 Input
chro
5 Push the down key three times
6 Push the right key
-> Autocompleted URL = chromium.org/Home
Expected behavior: The autocompleted URL should be changed to https://download-chromium.appspot.com/
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10
Brave Version: 0.12.10 RC1
Any related issues:
The text was updated successfully, but these errors were encountered: