firefox-devtools / ux

Firefox DevTools UX Community
Mozilla Public License 2.0
103 stars 21 forks source link

Clear Console Icon at the "seperated console" bar! #110

Closed BerkerYuceer closed 4 years ago

BerkerYuceer commented 4 years ago

We already got a clear console icon in the console page but what I am actually requesting is to have another clear console button at the "Seperated Console" section!

Chrome has that so Firefox Developer Edition should have a better version of it. It will just clear the console log. This way "log loop" caused issues also can be solved by devs without breaking the firefox window.

console clear

This little detail would help immensely.

fvsch commented 4 years ago

Hi @BerkerYuceer. We already have a clear button in the Console tab and in the split Console (the one shown in your screenshot).

I think what's happening in your screenshot is that there was a CSS bug where the split console's toolbar was missing some buttons and had misplaced buttons. This is fixed on Nightly.

@nchevobbe Do you know if this bug impacted Release/DevEdition and if we're backporting a fix?

BerkerYuceer commented 4 years ago

By the way I am using Firefox Developer Edition 74.0b1 (64 bit)

nchevobbe commented 4 years ago

yes, that's https://bugzilla.mozilla.org/show_bug.cgi?id=1613668 , and it will be uplifted to beta.

fvsch commented 4 years ago

Good to know. @BerkerYuceer You should get the fix in a few days, but in the meantime you can use the keyboard shortcut to clear the Console:

https://developer.mozilla.org/en-US/docs/Tools/Keyboard_shortcuts#Web_Console

BerkerYuceer commented 4 years ago

@fvsch & @nchevobbe thanks for the keyboard shortcut, waiting for fix.

nchevobbe commented 4 years ago

@BerkerYuceer it should be on 74.0b3 if you update