Closed Bug 909758 Opened 11 years ago Closed 11 years ago

add mutex click to console filter buttons

Categories

(DevTools :: Console, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 879293

People

(Reporter: rik, Assigned: rcampbell)

References

Details

Attachments

(1 file)

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 | \-------------------------------------/ \-------------------------------/
I want that too :0
another proposed solution was to make the current filter buttons mutually exclusive when clicked with an "Alt" modifier applied.
Blocks: 703615
Assignee: nobody → rcampbell
Status: NEW → ASSIGNED
Priority: -- → P2
What if I want everything but CSS logs?
Click with a modifier, like a <select multiple> ?
(In reply to Paul Rouget [:paul] from comment #3) > What if I want everything but CSS logs? turn off CSS logs?
(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?
Attached patch mutex WIPSplinter Review
needs a test
Attachment #822407 - Flags: feedback?(mihai.sucan)
(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.
updating the subject to reflect what we're doing.
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.
Summary: Change console filters controls to two groups of radio controls → add mutex click to console filter buttons
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+
A contributor is working on this bug.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: