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 Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
No
Describe the issue you encountered:
Currently when you use the autocmplete to go to another website, when you hit eneter the url blinks quickly - first displaying the current address you are on (despite the fact you typed completely distinct address) and after a second jumps to the new one and starts loading.
This means if you are typing fast and you accidentaly hit Enter twice you will stay on the same page, because when the old url blinks and you hit enter for second time, Brave thinks you want to go to another page (in that case the current one)
Sh1d0w
changed the title
Typing in URL causes url to "blink" and yield wrong url results
Navigating to URL causes UrlBar to "blink" and yield wrong url results
Sep 23, 2016
pretty sure the flash occurs in the amount of time that it takes windowState.activeFrame.navbar.urlbar.location to get updated after the enter key is pressed. if so, we can either do performance debugging on the windowstate to make component updates propagate faster, or we can add a setTimeout to have the urlbar location update after enter is pressed (hacky).
Did you search for similar issues before submitting this one?
No
Describe the issue you encountered:
Currently when you use the autocmplete to go to another website, when you hit eneter the url blinks quickly - first displaying the current address you are on (despite the fact you typed completely distinct address) and after a second jumps to the new one and starts loading.
This means if you are typing fast and you accidentaly hit Enter twice you will stay on the same page, because when the old url blinks and you hit enter for second time, Brave thinks you want to go to another page (in that case the current one)
Here is a POC http://webm.land/media/E0Fn.webm
Expected behavior:
URL bar text should not blink and revert your url when you hit enter.
All
0.12.1
http://webm.land/media/E0Fn.webm
The text was updated successfully, but these errors were encountered: