-
Notifications
You must be signed in to change notification settings - Fork 975
New tabs say "about:blank" until loaded (window.opener issue in renderer) #6495
Comments
Added to 0.13.0 after dogfooding this for a while and having it be bad enough @bridiver is this one you can check out? I know these codepaths were all ones that were recently updated |
@bsclifton is this present in 0.12.15 as well? |
@bbondy no, it's not; this is new behavior (just confirmed right now, to make 100% sure) |
@bsclifton do you think this is related or similar in some way with #6453? |
@bsclifton could you confirm what I see?
|
On OS X 0.13, I only see this bug if I cmd-click to open in a new tab. If I right click to open in a new tab from the context menu, it doesn't seem to happen |
@bbondy that is 100% correct on all 3 points; I tested again right now to verify behavior. The 0.13 build can "feel" longer (because no url or title shows up), but it's roughly the same. Like @diracdeltas mentions, it only happens with cmd+click (or in my case, middle click) |
this seems to be the same as what Chrome does but in the new tab Chrome displays untitled instead of about:blank, how does that sound as a fix here? |
+1 for 'untitled' as the provisional title. |
also +1 for untitled 😄 |
this will happen for all renderer initiated navigations and that includes cmd-click. It happens because the renderer controls the actual navigation to the url and that doesn't happen until the webview is attached and we allow the webcontents to resume loading. In the past we displayed the |
Fix brave#6495 Auditors: @bsclifton This feels a lot better especially with the loading icon being used now
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Opening anything in a new tab (middle click on links, etc) shows "about:blank" for about two seconds until the page loads and then finally updates to what it should be.
Expected behavior:
The tab should set the title to the URL being opened (until the title is loaded). This would be consistent with other browsers.
Platform (Win7, 8, 10? macOS? Linux distro?):
macOS
Brave Version (revision SHA):
0.13.0 preview 7
Steps to reproduce:
Screenshot if needed:
Any related issues:
The text was updated successfully, but these errors were encountered: