Closed
Bug 601459
Opened 15 years ago
Closed 15 years ago
Switching to a list view before remote search completes results in install items added to new view
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b8
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: Unfocused, Unassigned)
References
Details
1. Search for something that will return results
2. Before remote search completes, switch view (any list view that's not search)
3. Remote search results will be added to new view, as install items (that you can't do anything with, too)
This is another special case of the problem we had with displaying installs that were STATE_AVAILABLE. Once we show gListView, it starts listening for new installs (onNewInstall), which remote search results will then trigger. I question whether remote search results should be triggering onNewInstall at all - I can't think of any case where it would be useful.
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Updated•15 years ago
|
Comment 2•15 years ago
|
||
Fixed by bug 591663, don't think the test there covers this case though.
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Flags: in-litmus-
Resolution: --- → FIXED
Whiteboard: [needs 591663]
Comment 3•15 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101212 Firefox/4.0b8pre
Status: RESOLVED → VERIFIED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•