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)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bgrins, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog][difficulty=easy])
Attachments
(1 file)
75.27 KB,
image/gif
|
Details |
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
Updated•10 years ago
|
Summary: Debugger stepping buttons have hover and active states even when disabled → Debugger stepping buttons shoult not have hover and active states when disabled
Updated•10 years ago
|
Blocks: dbg-frontend
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
Updated•9 years ago
|
Whiteboard: [polish-backlog][difficulty=easy]
Updated•9 years ago
|
Priority: -- → P2
Comment 2•9 years ago
|
||
I'm not seeing this on nightly/OSX, still an issue?
Flags: needinfo?(bgrinstead)
Comment 3•9 years ago
|
||
Looks like it got fixed in https://hg.mozilla.org/mozilla-central/rev/7d66a11d81a4.
Sebastian
Flags: needinfo?(bgrinstead)
Comment 4•9 years ago
|
||
Thanks Sebastian!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•