Open
Bug 1552170
Opened 6 years ago
Updated 2 years ago
[about:addons] Assign nodes to the root in show()
Categories
(Toolkit :: Add-ons Manager, task, P3)
Toolkit
Add-ons Manager
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: mstriemer, Unassigned)
References
Details
The show()
function should be updated to handle putting the view in the DOM instead of the view object handling it. Show should ensure the provided fragment is translated and that it is still the currently shown view before doing so.
Without this a view taking a long time to load can replace a view that is later loaded.
Comment 1•5 years ago
|
||
This bug is preventing toolkit/mozapps/extensions/test/browser/browser_bug562899.js from being run with HTML about:addons
enabled.
The test has been marked as XUL-only for now in https://phabricator.services.mozilla.com/D31789 ; we should update the test for HTML about:addons
before closing this bug.
Reporter | ||
Updated•5 years ago
|
Type: defect → task
Priority: P1 → P2
Reporter | ||
Updated•5 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•