Closed
Bug 474864
Opened 17 years ago
Closed 9 years ago
Clear command in Error Console should be able to clear messages selectively
Categories
(Toolkit Graveyard :: Error Console, enhancement)
Toolkit Graveyard
Error Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aakashd, Unassigned)
References
(Depends on 1 open bug)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090119 Shiretoko/3.1b3pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090119 Shiretoko/3.1b3pre
As of now, the "Clear" command in the Error Console clears All messages in the dialog box no matter if the user wants to clear All or some of the messages. I suggest adding functionality where if the user is in a Display that shows only specific types of messages (Errors, Warnings, Messages) and presses the clear button, only the messages of those types should be removed from the list.
Reproducible: Always
Steps to Reproduce:
1. Go to Tools | Error Console
2. Populate the list of messages to incorporate coverage over errors, warnings and messages.
3. Go to the Errors only display and press Clear.
4. Go back to the All display.
Actual Results:
All messages will be cleared from the error console.
Expected Results:
Only the messages of type "Error" should be cleared from the Error Console. The Warning and Message types should still remain in the console.
Updated•17 years ago
|
Component: General → Error Console
Product: Firefox → Toolkit
QA Contact: general → error.console
Comment 1•17 years ago
|
||
See this with Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090122 Minefield/3.2a1pre. I do not think this was an issue in 1.9.0 branch, not sure.
Severity: enhancement → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.9.1?
Keywords: regression,
regressionwindow-wanted
OS: Windows XP → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•17 years ago
|
||
my mistake, not a regression, but still a bug. Clear should clear the visible pane, not all.
Flags: blocking1.9.1?
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 3•17 years ago
|
||
> Clear should clear the visible pane, not all.
I disagree. By default "Clear" *should* clear all messages, otherwise it would have been called "Clear Some". But an enhancement to selectively clear messages sounds interesting. The question is, what is the use case for this?
Severity: normal → enhancement
Summary: Clear command in Error Console clears all messages in any display tab → Clear command in Error Console should be able to clear messages selectively
Comment 4•17 years ago
|
||
Clear is only going to clear the vied. that is what it implies. In my IMHO at least.
![]() |
||
Comment 5•17 years ago
|
||
The original reporter wants to "specific types of messages (Errors, Warnings, Messages)". I was asking him what are his use cases (that is what problems is he trying to address). In the mean time he can either install the Console Filter extension <http://console2.mozdev.org/cf/index.html> and/or the Console² extension <http://console2.mozdev.org/index.html>.
Reporter | ||
Comment 6•17 years ago
|
||
imo, it just doesn't make a lot of sense to the user to have an ambiguous "Clear" button that clears all messages at the same time there are display panes that separate message types.
Comment 7•17 years ago
|
||
For a use, what if you just want to clear messages, bu see warnings and errors. Then you would go to messages, clear that view, then go to all to see the rest.
Comment 8•16 years ago
|
||
There's a dupe of this bug floating around somewhere, it all depends on bug 490181.
Depends on: 490181
Comment 9•15 years ago
|
||
After viewing Warnings -- with the Warnings button still selected -- I selected the Clear button. I lost all Errors and Messages, which I had not yet viewed.
The Clear button does NOT say "Clear All". Thus, it should clear only those entries being viewed.
Comment 10•9 years ago
|
||
The Error Console has been removed in favor of the Browser Console (see Bug 1278368), and the component is going to be removed. If this bug is also relevant in the Browser Console, please reopen and move this into Firefox -> Developer Tools: Console.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Comment 11•9 years ago
|
||
I am mass-reopening and re-componenting every single one of the Toolkit:Error Console bugs that appear to have been closed without anyone even *glancing* at whether they were relevant to the Browser Console.
If you want to close a whole bunch of old bugs -- FOR ANY REASON -- it is YOUR RESPONSIBILITY to check EVERY SINGLE ONE OF THEM and make sure they are no longer valid. Do not push that work onto the bug reporters.
(It's okay to close bugs that haven't been touched in years when they don't have enough information for you to figure out whether the problem is still relevant to the current software - the reporter probably isn't coming back to clarify. But that is the ONLY situation where it is okay.)
(I'm going to have to do this in two steps because of the way the "change several bugs at once" form works. Apologies for the extra bugspam.)
Status: RESOLVED → REOPENED
Component: Error Console → Developer Tools: Console
Product: Toolkit → Firefox
Resolution: WONTFIX → ---
Comment 12•9 years ago
|
||
The Error Console feature was removed entirely from the tree in Bug 1278368 and the bugzilla component is now being removed. We’ve migrated bugs that seem to also affect the Browser Console into the devtools component, please move this over if it was missed.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Component: Developer Tools: Console → Error Console
Product: Firefox → Toolkit
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•