Closed
Bug 417408
Opened 17 years ago
Closed 17 years ago
"Other Applications" dropdown doesn't work in JavaScript-disabled views.
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.2
People
(Reporter: stephend, Assigned: craigcook)
Details
Summary: "Other Applications" dropdown doesn't work in JavaScript-disabled views.
Steps to Reproduce:
1. Disable JavaScript
2. Click on "Other Applications"
Expected Results:
Shows SeaMonkey, Sunbird, and Thunderbird.
Actual Results:
Nothing happens.
Updated•17 years ago
|
Assignee: nobody → craigcook.bugz
Updated•17 years ago
|
Target Milestone: --- → 3.2
Assignee | ||
Comment 1•17 years ago
|
||
The collapse effect is achieved with some CSS that hangs off a pair of classes that should be appended to the element by JavaScript. If JS is disabled, the classes aren't added and the menu degrades to an open, usable state. But the classes seem to be hard-coded in the markup so the collapsed style is always in effect.
Before JS: <div id="other-apps">
After JS: <div id="other-apps" class="js collapsed">
Removing those classes from the HTML should fix this.
Comment 2•17 years ago
|
||
Doesn't look perfect but this worked. r11214.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•17 years ago
|
||
I spun off bug 422586; verified FIXED on preview.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•