Closed
Bug 1196198
Opened 9 years ago
Closed 9 years ago
After uninstalling a default add-on panel the 4th panel is the new default
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox42 verified, firefox43 verified, fennec42+)
VERIFIED
FIXED
Firefox 43
People
(Reporter: sebastian, Assigned: sebastian)
Details
Attachments
(1 file)
40 bytes,
text/x-review-board-request
|
mhaigh
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details |
STR:
* Install an add-on that adds a panel to the home screen
* Make this panel the default panel
* Uninstall the add-on
Expected result:
The first panel should be the default panel.
Actual result:
The 4th panel is the new default panel.
We recently changed the default ordering of the home panels and with that made the first panel the new default panel on phones and tablets. There's probably some code running on uninstall that tries to restore the default of the old home panel order.
Updated•9 years ago
|
tracking-fennec: --- → ?
Updated•9 years ago
|
Assignee: nobody → s.kaspari
tracking-fennec: ? → 42+
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1196198 - Use ordered list to find new default panel. r?mhaigh
Attachment #8654821 -
Flags: review?(mhaigh)
Comment 2•9 years ago
|
||
Comment on attachment 8654821 [details]
MozReview Request: Bug 1196198 - Use ordered list to find new default panel. r?mhaigh
https://reviewboard.mozilla.org/r/17759/#review15981
Attachment #8654821 -
Flags: review?(mhaigh) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8654821 [details]
MozReview Request: Bug 1196198 - Use ordered list to find new default panel. r?mhaigh
Approval Request Comment
[Feature/regressing bug #]: We updated the default order of panels in Fx42.
[User impact if declined]: After uninstalling an add-on that added a default panel the new default panel is kind of random (the 4th most of the time).
[Describe test coverage new/current, TreeHerder]: Manual testing.
[Risks and why]: Low risk. Instead of finding a new default panel in an unsorted list, we are now searching a new default panel in the sorted list of panels.
[String/UUID change made/needed]: -
Attachment #8654821 -
Flags: approval-mozilla-aurora?
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•9 years ago
|
status-firefox42:
--- → affected
Comment 6•9 years ago
|
||
Comment on attachment 8654821 [details]
MozReview Request: Bug 1196198 - Use ordered list to find new default panel. r?mhaigh
ok, let's do it!
Attachment #8654821 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•9 years ago
|
||
Install wikipedia add-on, make it default and then uninstall it, "Top Sites" will appear as the default one
Verified as fixed using:
Device: Moto X (Android 4.4)
Build: Firefox for Android 43.0a1 (2015-09-06) and Firefox for Android 42.0a2 (2015-09-07)
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•