Closed Bug 417408 Opened 16 years ago Closed 16 years ago

"Other Applications" dropdown doesn't work in JavaScript-disabled views.

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

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.
Assignee: nobody → craigcook.bugz
Target Milestone: --- → 3.2
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.
Doesn't look perfect but this worked.  r11214.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
I spun off bug 422586; verified FIXED on preview.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.