Closed
Bug 728861
Opened 13 years ago
Closed 13 years ago
The last action taken on about:addons is added as an item to the add-on list
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox13 verified, blocking-fennec1.0 beta+)
VERIFIED
FIXED
Firefox 13
People
(Reporter: camelia.urian, Assigned: mbrubeck)
References
Details
(Keywords: regression)
Attachments
(2 files)
84.56 KB,
image/png
|
Details | |
2.95 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Fennec/13.0a1 2012-02-19
Device: HTC Desire (Android 2.2)
Steps to reproduce:
1. Go to about:addons or access it using the add-on menu.
2. Select one of the items
3. Change it from Enable to Disable.
3. Wait a few seconds.
Expected results:
The add-on is correctly disabled, the user is not returned to the add-on list
Actual results:
After a few seconds the user is returned to the addons list and a new item - the previous action - is added to the list.
Notes:
- On Aurora 12.0a1 the user is not returned to the addon list until the back button is pressed.
Updated•13 years ago
|
Assignee: nobody → mbrubeck
Priority: -- → P3
Assignee | ||
Comment 1•13 years ago
|
||
The search engine observer calls getAddons to refresh the list when a search engine is enabled/disabled. The problem is that this also makes the list items visible, even if the detail page is still showing.
This patch factors the showing of the list into a separate function. (It also removes a line that set the unused "showlist" attribute.)
Attachment #600209 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•13 years ago
|
Blocks: 724795
Keywords: regression
Updated•13 years ago
|
Attachment #600209 -
Flags: review?(mark.finkle) → review+
Updated•13 years ago
|
Keywords: fennecnative-betablocker
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → Firefox 13
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
blocking-fennec1.0: --- → beta+
Comment 4•13 years ago
|
||
Verified fixed on:
Firefox 13.0a1 (2012-03-01)
20120301031135
http://hg.mozilla.org/mozilla-central/rev/1c3b291d0830
--
Device: Samsung Galaxy S2
OS: Android 2.3.4
Status: RESOLVED → VERIFIED
status-firefox13:
--- → verified
Updated•5 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
•