Closed Bug 421972 Opened 16 years ago Closed 16 years ago

Inconsistency between "I Decline" and "I Accept" mouse-pointer states on hover

Categories

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

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Assigned: morgamic)

References

()

Details

Summary: "I Decline" button, on hover, stays as a mouse pointer, when it should be a hand

URL: https://preview.addons.mozilla.org/en-US/firefox/developers/add

The fix to bug 416778 brought us back to native-appearing buttons, visually.

The remaining issue is that on mouse-hover, the pointer appears differently, because of the following:

<div class="buttonBox" id="agreementButtons">
                <input type="button" class="cancel" value="I Decline" onClick="window.location='/en-US/firefox/developers';">
                <input type="submit" name="accept" value="I Accept" >            </div>
        </div>

Currently, the "I Decline" button doesn't change to a hand on hover; the "I Accept" does; is the difference in the CSS class?  I haven't dug into it.

Not sure whether both should use the hand-pointer or the default arrow-pointer.
(Ignore the confusing and conflicting "Summary:" inline-bug comment.)
Assignee: nobody → morgamic
Target Milestone: --- → 3.2
r11212
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.