Logpoint - Double click in secondary pane should open log point panel for editing
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: chujunlu, Assigned: chujunlu)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36
Steps to reproduce:
STR:
1.Right click on a line
2.Select "Add log"
3.Type in the panel
4.Press enter
5.In secondary pane, Breakpoints session, double click the log point that's just added
Actual results:
AR: The background color of the line that the log point is on changes while clicking.
Expected results:
ER: The log point's panel should open and the input should be in focus, as double clicking on a conditional breakpoint does.
(I'm interested in tackling this if it's a valid issue)
Comment 1•6 years ago
|
||
Great find, double-click should work the same between cond and log points.
Comment 3•6 years ago
|
||
Thank you Chujun, I really love your excitement!
Let us know if you have any questions.
Updated•6 years ago
|
Add an if
statement to handle logpoint when double click.
Add Mochitest for both conditional breakpoint and logpoint
Comment 6•6 years ago
|
||
bugherder |
Description
•