Add a 'X' button for the Console panel's filter pane
Categories
(DevTools :: Console, defect, P2)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: tanhengyeow, Assigned: b17071, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(3 files, 2 obsolete files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce:
In the netmonitor panel, when one is typing in the filter pane, there is a X
button present to clear the text.
Actual results:
The console filter pane doesn't have this 'X' button present when typing in the filter pane.
Expected results:
The 'X' button should be present in the Console panel's filter pane as well.
Reporter | ||
Comment 1•6 years ago
|
||
"In the netmonitor panel, when one is typing in the filter pane, there is a X button present to clear the text."
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Hello ithompson4,
Would you be interested to work on this bug?
Comment 3•6 years ago
|
||
Yes I am very interested. Would mid March be OK as a target for a pull request?
Comment 4•6 years ago
|
||
I think we want to have this done for the 67 release, which will happen at this time, so we would be a bit short in time.
I'll try to find you another bug that don't have such a deadline :)
Comment 5•6 years ago
|
||
OK, Thank you.
Assignee | ||
Comment 6•6 years ago
|
||
Hi Nicolas,
I have looked into the cause of this issue. in the case of netmonitor, filter input is using SearchBox for input which has cancel button implemented whereas in webconsole its using simple dom's input.
I would like to work on this bug.
Comment 7•6 years ago
|
||
Hello Aaditya, thanks for wanting to help us!
I'll assign the bug to you.
I suggest you to read http://docs.firefox-dev.tools/getting-started/ to setup the work environment.
Don't hesitate to ask questions, either here or on our Slack.
Assignee | ||
Comment 8•6 years ago
|
||
(In reply to Nicolas Chevobbe from comment #7)
I suggest you to read http://docs.firefox-dev.tools/getting-started/ to setup the work environment.
thanks, I have already setup the working environment.
Don't hesitate to ask questions, either here or on our Slack.
Yaa, sure. thanks
Comment 10•6 years ago
|
||
Bug 1525821 adds (on top the clear button) an interesting aspect of making sure the filtered state is clear; which we might be consider here as well.
As simple solution the filter icon could turn blue (similar to other enabled button states across devtools). We can bounce it off UX after implementation.
Assignee | ||
Comment 11•6 years ago
|
||
implmented cancel button for filters using the same ui as of Search Box
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
style of filter bar changed according to the requirement
Updated•6 years ago
|
Assignee | ||
Comment 13•6 years ago
|
||
Please ignore this attachment, I made some mistakes. I'll submit the fresh patch for revision again.
Assignee | ||
Comment 14•6 years ago
|
||
Hi Nicolas,
I am new to Phabricator, I have created a commit using hg commit
and added some specific files in this commit. but when I did arc diff
. It added all files for review (i.e., files which were not added in commit using hg add
). Why?
thanks
Comment 15•6 years ago
|
||
Hello Aaditya, first, thanks for working on this :)
In regards to arc diff
, I don't use it so I can't really tell you.
I'm using mozilla-conduit/review and I'm quite pleased with it.
Let me know if you have any trouble with this. (also, next time, try to set the needinfo
field here so I'm less likely to miss one of your message :) )
Assignee | ||
Comment 16•6 years ago
|
||
initially there was no clear button in filter input box , now added a clear button for it
Assignee | ||
Comment 17•6 years ago
|
||
Hi Nicolas,
Created final patch with changed styles and included tests.
please review this patch
thanks
Aaditya
Assignee | ||
Comment 18•6 years ago
|
||
Hi Nicolas,
Committed all changes that is required.
I have a question, Is updating a given patch sends u a notification email about the changes` ? or need to comment here referencing the update ?
thanks
Updated•6 years ago
|
Comment 19•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
Hi Nicolas,
Just for the sake of information, can we close this bug now ? or it still requires some more process to be done ?
thanks
Aaditya
Comment 21•6 years ago
|
||
Hello Aaditya, so the bug isn't resolved yet. It was pushed to the autoland branch, were additional test are going to be run. Then, if everything is okay, it will be merged into mozilla-central, and that's when a code sheriff will set the bug as RESOLVED FIXED. It can then take a day until it hits Firefox Nightly.
So here, I guess the bug will be resolved later today, or tomorrow, and will be in Nightly by Monday for sure :)
Comment 22•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 23•6 years ago
•
|
||
Nicolas, was there a good reason not to use the shared SearchBox component that provides this functionality ?
It's already used in the network monitor and the DOM panel.
Comment 24•6 years ago
|
||
No, I wasn't aware of this component :/
Should we file a bug to switch to it?
Comment 25•6 years ago
|
||
(In reply to Nicolas Chevobbe from comment #24)
No, I wasn't aware of this component :/
Should we file a bug to switch to it?
Filed bug 1533277
Comment 26•6 years ago
|
||
thanks Tim!
Description
•