Closed
Bug 405492
Opened 18 years ago
Closed 15 years ago
Right clicking in add-ons when nothing is selected allows for access to hidden extensions
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: mkaply, Unassigned)
Details
I created a new profile and then installed a system extension and made it hidden by adding <em:hidden>true</em:hidden> to install.rdf.
After restarting the browser and going to add-ons, the add-ons window was blank, but if I right clicked, I got the context menu for my extension.
It appears that while the extension is visually hidden, it is still there and accessible. A hidden extension should be completely gone.
Note this is on 2.0. I need to modify my extension to test with Firefox 3.
Comment 1•18 years ago
|
||
note: ideally hidden extensions shouldn't be returned in the RDF query for the ui though I recall this being a PITA.
Comment 2•18 years ago
|
||
Part of the problem could be that when you click in an empty space in the richlist it still returns a menu. Related to bug 405492. A quick could be to return nothing in empty space. It would fix the two bugs.
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Part of the problem could be that when you click in an empty space in the
> richlist it still returns a menu. Related to bug 405492. A quick could be to
> return nothing in empty space. It would fix the two bugs.
>
I meant bug 407469.
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 4•15 years ago
|
||
We no longer support hidden extensions
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•