Closed
Bug 909758
Opened 11 years ago
Closed 11 years ago
add mutex click to console filter buttons
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 879293
People
(Reporter: rik, Assigned: rcampbell)
References
Details
Attachments
(1 file)
2.25 KB,
patch
|
msucan
:
feedback+
|
Details | Diff | Splinter Review |
Right now, it's cumbersome to switch between types of logging and level of logging. To focus on one kind of logging, you need to uncheck all the other ones. If you want to change the logging level, you need to do it in all types.
I'd suggest moving to two radio controls for this. Like this beautiful ASCII art!
/-------------------------------------\ /-------------------------------\
| All | CSS | JS | Security | Logging | | All | Errors | Warnings | Log |
\-------------------------------------/ \-------------------------------/
Comment 1•11 years ago
|
||
I want that too :0
Assignee | ||
Comment 2•11 years ago
|
||
another proposed solution was to make the current filter buttons mutually exclusive when clicked with an "Alt" modifier applied.
Blocks: 703615
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rcampbell
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 3•11 years ago
|
||
What if I want everything but CSS logs?
Reporter | ||
Comment 4•11 years ago
|
||
Click with a modifier, like a <select multiple> ?
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #3)
> What if I want everything but CSS logs?
turn off CSS logs?
Comment 6•11 years ago
|
||
(In reply to Rob Campbell [:rc] (:robcee) from comment #5)
> (In reply to Paul Rouget [:paul] from comment #3)
> > What if I want everything but CSS logs?
>
> turn off CSS logs?
How do you do that?
The state of "All | Errors | Warnings | Log " changes when you click on one a category?
Comment 8•11 years ago
|
||
(In reply to Rob Campbell [:rc] (:robcee) from comment #7)
> Created attachment 822407 [details] [diff] [review]
> mutex WIP
>
> needs a test
Hmm, you've implemented comment 2. Don't we want comment 0? I think I want comment 0.
Assignee | ||
Comment 9•11 years ago
|
||
updating the subject to reflect what we're doing.
Assignee | ||
Comment 10•11 years ago
|
||
paul, what I don't like about the two sets of radio buttons is there are some categories where we want defaults to include everything, and others where we just want errors. This would make that impossible.
At least with an alt-click, you can flip through each category which I think it's the least amount of change to match the cycling behavior Rik describes.
Assignee | ||
Updated•11 years ago
|
Summary: Change console filters controls to two groups of radio controls → add mutex click to console filter buttons
Comment 11•11 years ago
|
||
Comment on attachment 822407 [details] [diff] [review]
mutex WIP
Review of attachment 822407 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thank you! f+
::: browser/devtools/webconsole/webconsole.js
@@ +727,4 @@
> return;
> }
>
> + // for convenience...
This comment should be more useful or removed.
Attachment #822407 -
Flags: feedback?(mihai.sucan) → feedback+
Comment 12•11 years ago
|
||
A contributor is working on this bug.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•