Closed Bug 1023192 Opened 10 years ago Closed 9 years ago

Debugger stepping buttons should not have hover and active states when disabled

Categories

(DevTools :: Debugger, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: bgrins, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [polish-backlog][difficulty=easy])

Attachments

(1 file)

Looks like there is a rule like this in debugger.inc.css:

#resume:not([checked]) ~ toolbarbutton {
  opacity: 0.5;
}

The problem is that the stepping buttons are still hoverable even though they are disabled.  We should add a [disabled] attribute and relevant CSS to make this more standard
Depends on: 942292
Summary: Debugger stepping buttons have hover and active states even when disabled → Debugger stepping buttons shoult not have hover and active states when disabled
Summary: Debugger stepping buttons shoult not have hover and active states when disabled → Debugger stepping buttons should not have hover and active states when disabled
Whiteboard: [polish-backlog][difficulty=easy]
Priority: -- → P2
I'm not seeing this on nightly/OSX, still an issue?
Flags: needinfo?(bgrinstead)
Looks like it got fixed in https://hg.mozilla.org/mozilla-central/rev/7d66a11d81a4.

Sebastian
Flags: needinfo?(bgrinstead)
Thanks Sebastian!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Product: Firefox → DevTools
Blocks: 1565711
Blocks: 1565713
No longer blocks: 1565711
No longer blocks: 1565713
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: