Closed
Bug 1438749
Opened 7 years ago
Closed 7 years ago
New windows load about:blank instead of about:home when startup session restore is on
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
VERIFIED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | verified |
People
(Reporter: Mardak, Assigned: florian)
References
Details
(Keywords: regression)
Latest nightly 20180215103933 has new windows loading about:blank for some reason…
Reporter | ||
Comment 1•7 years ago
|
||
Looks to be triggered by browser.startup.page;3
Bisect seems to point to bug 1403648. Opening a new window results in about:blank with focus not in the address bar.
Blocks: 1403648
Flags: needinfo?(florian)
Keywords: regression
Summary: New windows load about:blank instead of about:home → New windows load about:blank instead of about:home when startup session restore is on
Reporter | ||
Comment 2•7 years ago
|
||
Seems to be this particular commit:
https://hg.mozilla.org/mozilla-central/rev/9833d3aa5451
Bug 1403648 - set the 'focused' attribute on the urlbar by default, and remove it when we are unsure, to avoid flickering of the urlbar-history-dropmarker, r=johannh.
The previous commit seems to be good:
https://hg.mozilla.org/mozilla-central/rev/c03c60285f5d
Bug 1403648 - set urlbar focus and about:home favicon in the DOMContentLoaded handler to reduce window open flicker, r=johannh.
Tested with:
./mach build && ./mach run --setpref browser.startup.page=3
then opening a new window (cmd-N)
Comment 3•7 years ago
|
||
fixed by backout
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Flags: needinfo?(florian)
Reporter | ||
Updated•7 years ago
|
Target Milestone: --- → Firefox 60
Comment 4•7 years ago
|
||
I was able to reproduce this issue on Nightly 20180215220507 and I have verified that it is no longer reproducible on the latest Nightly build using Arch Linux x64, Mac OS 10.13 and Windows 10 x64.
Updated•7 years ago
|
Assignee: nobody → florian
status-firefox58:
--- → unaffected
status-firefox59:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•