Stop hiding top sites if they are disabled in the new tab page
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | unaffected |
firefox74 | --- | verified |
firefox75 | --- | verified |
People
(Reporter: mak, Assigned: dao)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Our initial assumption in bug 1608359 was wrong, users hide Top Sites in the New Tab Page for the most various reasons among which starting with a clean slate or the remove-bloat placebo effect.
Those same users are now surprised that we removed the top sites list from the urlbar, and the connection between the two features is totally hidden and undiscoverable.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Comment 4•6 years ago
|
||
Dao, should we uplift that to beta given that this is a P1?
Assignee | ||
Comment 5•6 years ago
|
||
Comment on attachment 9127816 [details]
Bug 1616793 - Stop hiding top sites if they are disabled in the new tab page. r=mak
Beta/Release Uplift Approval Request
- User impact if declined: Address bar wouldn't automatically show top sites to users who removed top sites from the new tab page
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Remove top sites from the new tab page, then check that they're still offered when focusing the address bar
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Trivial code removal
- String changes made/needed:
Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment on attachment 9127816 [details]
Bug 1616793 - Stop hiding top sites if they are disabled in the new tab page. r=mak
P1 for a potential upcoming feature, uplift approved for 74.0b7, thanks.
![]() |
||
Comment 7•6 years ago
|
||
bugherder uplift |
Hi, not sure if I understand this report correctly. But the fix here should be, if I hide Top Sites on the NTP, then still show me them always in the URL Bar when I click into it, right? This works until I quit and relaunch Nightly :(
Comment 10•6 years ago
|
||
(In reply to Mehmet from comment #8)
Hi, not sure if I understand this report correctly. But the fix here should be, if I hide Top Sites on the NTP, then still show me them always in the URL Bar when I click into it, right? This works until I quit and relaunch Nightly :(
Thanks for mentioning this. That's a bug and isn't intended. I filed bug 1617345 for it.
Comment 11•6 years ago
|
||
(In reply to Drew Willcoxon :adw from comment #10)
Thanks for mentioning this. That's a bug and isn't intended. I filed bug 1617345 for it.
Thanks for filing the report.
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Hello, the fix seems to be present, the following behavior occurs:
Steps:
- Disable Top sites
- Open a new tab
- Focus the Address Bar
Actual: the top sites are listed in the drop-down.
HOWEVER, as Mehmet mentioned in Comment 8, this behavior only lasts until the browser is restarted.
I would classify this as a partial fix, and until bug 1617345 is fixed, we should delay the uplift.
Comment 13•6 years ago
|
||
In the latest 74 beta update, I can't get the urlbar topsites dropdown to work even though I do have top sites enabled on the new tab page.
When I click the addressbar no dropdown is shown
Assignee | ||
Comment 14•6 years ago
|
||
(In reply to Daniel Kolsis from comment #12)
HOWEVER, as Mehmet mentioned in Comment 8, this behavior only lasts until the browser is restarted.
I would classify this as a partial fix, and until bug 1617345 is fixed, we should delay the uplift.
It's already uplifted. We'll just track the remaining issue in bug 1617345.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Confirmed the issue using Firefox 75.0a1 2020-02-20-09-35-08 on Windows 10.
Verified with 74.0b7 and 75.0a1 2020-02-24-16-27-17 Windows 10, macOS 10.13, Ubuntu 19.
- Additional note: On Ubuntu 19 with latest Nightly the address bar hides the top sites only after a browser restart.
Comment 16•6 years ago
|
||
Awesome!
Updating the bug status as well.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 17•6 years ago
|
||
As Brandon mentioned in Comment 13, even after the bug 1617345 was uplifted to beta, the address bar dropdown is not displayed, regardless if the Top Sites pref is set on or off. I can't seem to find the root cause on my own, could you please investigate this?
Note: There seems to be no issue on the latest Nightly, both this issue and bug 1617345 are verified.
Reporter | ||
Comment 18•6 years ago
|
||
Please, stop reopening bugs, that only complicates our tracking of issues, file new bugs when things are broken, and mark the previous bugs as dependencies.
Did you set browser.urlbar.openViewOnFocus? Which other prefs did you set? Can you please file a new bug so we can discuss there and keep things cleaner?
Reporter | ||
Updated•6 years ago
|
Comment 19•6 years ago
|
||
I've set browser.urlbar.openViewOnFocus to true and everything seems to be alright now. Will this pref be set to true by default? At this point it set to false, even though on Nightly its default is true.
Reporter | ||
Comment 20•6 years ago
•
|
||
yes, that preference is part of the feature.
The feature is disabled in late Beta because we want to ship it in Firefox 75, it was only enabled in early Beta.
Description
•