Closed
Bug 553505
Opened 15 years ago
Closed 15 years ago
Command to open the about window should be disabled for addons that are disabled
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla1.9.3a5
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta1+ |
People
(Reporter: Unfocused, Assigned: mossop)
References
Details
(Keywords: hang, Whiteboard: [rewrite])
Attachments
(1 file)
6.39 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
The command to open the about window is always enabled. however, it won't work for addons that are available by not installed. It should be disabled for addons that are not installed.
Alternatively, it could get relevant information from AMO and display that.
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus?
Version: unspecified → Trunk
Updated•15 years ago
|
Severity: normal → critical
Keywords: hang
Summary: Command to open the about window should be disabled for addons that are not installed → Command to open the about window should be disabled for addons that are not enabled or installed yet
Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → beta1+
Comment 3•15 years ago
|
||
There is no rightclick menu if the extension is not yet installed. You did mean the "Show more information" menu entry, didn't you? So this bug is likely WFM?
Comment 4•15 years ago
|
||
It's still there for disabled add-ons. So it's clearly not a WFM. Updating summary.
Summary: Command to open the about window should be disabled for addons that are not enabled or installed yet → Command to open the about window should be disabled for addons that are disabled
Assignee | ||
Comment 5•15 years ago
|
||
This makes the API return null for optionsURL and aboutURL when the add-on is not active. The UI then disabled the preferences option and reverts to the default about UI automatically.
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Attachment #447357 -
Flags: review?(robert.bugzilla)
Comment 6•15 years ago
|
||
Comment on attachment 447357 [details] [diff] [review]
patch rev 1
Why doesn't the aboutURL case fallback to the default about UI when the add-on isn't active like it used to before the rewrite?
Comment 7•15 years ago
|
||
bah... I suspect it does but since the code that handles it isn't in the patch I assumed it didn't
Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> bah... I suspect it does but since the code that handles it isn't in the patch
> I assumed it didn't
It does, the UI code handles that.
Comment 9•15 years ago
|
||
Comment on attachment 447357 [details] [diff] [review]
patch rev 1
Yep... just got off my butt and looked
Attachment #447357 -
Flags: review?(robert.bugzilla) → review+
Assignee | ||
Comment 10•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Flags: in-testsuite+
Flags: in-litmus?
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Comment 12•15 years ago
|
||
Verified fixed with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100530 Minefield/3.7a5pre (.NET CLR 3.5.30729) ID:20100530040319
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•