Closed
Bug 340400
Opened 19 years ago
Closed 19 years ago
Add-ons manager window size not persisted when opened for install due to the url being different
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8.1beta1
People
(Reporter: zeniko, Unassigned)
References
Details
(Keywords: fixed1.8.1)
The Add-ons manager has different dimensions and a different location when opened during the installation of an extension than when it's opened through Tools -> Add-ons. The issue seems to come from the fact the the URL query value (location.search) is kept in localstore.rdf, which thus distinguishes between extensions.xul and extensions.xul?view=installs.
A possible solution would be to use the location hash instead (extensions.xul#installs) or to pass the view variable as an additional parameter (as done for Firefox' Options dialog).
![]() |
||
Comment 1•19 years ago
|
||
This should be fixed when the patch in bug 342098 lands.
Version: unspecified → 2.0 Branch
![]() |
||
Updated•19 years ago
|
Target Milestone: --- → Firefox 2 beta1
![]() |
||
Comment 2•19 years ago
|
||
This is fixed by the patch in bug 342098 which has just landed on trunk... resolving -> fixed
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
![]() |
||
Updated•19 years ago
|
Summary: Add-ons manager opens at different location for extension installation → Add-ons manager window size not persisted when opened for install due to the url being different
![]() |
||
Comment 3•19 years ago
|
||
Fixed on MOZILLA_1_8_BRANCH by the checkin for bug 342098
Keywords: fixed1.8.1
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•