-
Notifications
You must be signed in to change notification settings - Fork 975
Pressing Enter doesn't load the typed in URL or search term #8741
Comments
I just tried it on macOS and it's working for me |
I think its an issue after preference change restart. I can replicate the issue on a new profile as well |
I had the same issue on Mac yesterday on the master branch 😅 |
@srirambv do you have more specific STR (which preference)? One described above doesn't work for me. |
I'm not sure STR but for me it is experienced on 0.15.3 on Debian. |
I notice this bug when I was working on navigator, but I thought that it was my code, that was problematic. After some changes it was working correctly for me. I will try it now on Windows VM. |
Any preference change which requires restart. I also have this issue when I open a private tab and then any subsequent normal tabs doesn't register the Enter. This I think is a blocker for 0.15.3 as the browser becomes unuseable. I had to set homepage for each tab and use it. Will try to get exact STR in the mean time. |
I can repro fairly easily. I agree about it being a blocker. It seems to happen on any site which has not been visited before STR:
|
@bsclifton can you take this one, I still can't reproduce it on mac. |
Ok I manage to reproduce it (only with luck). Problem is that tab is undefined in this line https://github.com/brave/browser-laptop/blob/master/app/browser/tabs.js#L419. All data is send into this function correctly. |
ok maybe I found where the problem is as you can see we have 3 items in tabs object in app state (I only have two tabs opened). Also we have two active tabs. When we press enter we get active tab and in this case we would get 29, even though this tab is not opened anymore This is what we have in |
note I have preview tab option turned OFF |
@NejcZdovc Do you also see a new tab with back button enabled? I see this on each new tab after disabling tab preview |
Yeah back button is here, because browser thinks that 29 is active which had history. 69 which is actually active is completely new tab without history. This back button shouldn't be here. |
reopening because 0.15.3 preview 3 came AFTER this and has the issue |
OK issue has been discovered. I'd like to capture it with a scenario I did
|
Fixed with #8782 |
Test plan
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Pressing Enter doesn't load the typed in URL or search term
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Brave 0.15.3
rev 1c04c53
Steps to reproduce:
Actual result:
Page doesn't load when typed in URL and pressing enter
Expected result:
Should load the site
Will the steps above reproduce in a fresh profile? If not what other info can be added?
No was able to repro on Upgrade from 0.15.2
Is this an issue in the currently released version?
N/A
Can this issue be consistently reproduced?
Not all the time but I did find this issue on several instance
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues:
cc: @luixxiul @alexwykoff can you try on Debian and macOS and confirm if it happens on upgarde
The text was updated successfully, but these errors were encountered: