Closed
Bug 1037587
Opened 11 years ago
Closed 11 years ago
Make debugger button state clearer
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jmichae3, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
depress button twice
Actual results:
can't tell if button is depressed or not, 3d look for gray buttons uses what looks like single color for gray on and one for gray off. 3d look for form controls commonly employs these 2 colors just on one state alone.
Expected results:
either
- use a grey for off, and something with color for on so we can tell it's on
- use 3d look on buttons, which means shifting the image when depressed, changing the border thickness on some sides but not others
- use real form control buttons (simpler). you can customize those to heart's content with CSS.
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 1•11 years ago
|
||
It's not that unclear to me (dark gray means depressed, light gray means not depressed), but I do agree that having a color for depressed/active buttons would be clearer. However, I can imagine that some people would consider that a violation of the styling we use for the debugger, so I need some opinions here.
Cc'ing victor because he probably has opinions, and might know who else we should ask.
Flags: needinfo?(vporof)
Comment 2•11 years ago
|
||
Bgrins has better opinions than mine, especially since he worked on all of this.
Flags: needinfo?(vporof)
Reporter | ||
Comment 4•11 years ago
|
||
usually some forms of grey/gray are reserved for inactive/disabled.
a color could represent "on".
Updated•11 years ago
|
Summary: can't tell whether debugger buttons are depressed or not, grey on grey → Make debugger button state clearer
Updated•11 years ago
|
Blocks: dbg-frontend
Comment 5•11 years ago
|
||
Jim, could you explain exactly which button(s) / states you are talking about in the debugger panel? When I use the pause button, I see the following states:
1) Normal: blends in with toolbar
2) Hover: becomes grey
3) Active: darker grey. Unfortunately the pause button is being activated on mousedown and doesn't really show the active state (this should probably be another bug)
4) Enabled: the icon swaps to a play image and there is a light blue background
Flags: needinfo?(bgrinstead) → needinfo?(jmichae3)
Reporter | ||
Comment 6•11 years ago
|
||
it's much better now. so I would consider fixed.
Flags: needinfo?(jmichae3)
Comment 7•11 years ago
|
||
Closing per comment 6.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•