Closed
Bug 1594988
Opened 5 years ago
Closed 5 years ago
UI sub nodes in Watch expressions should not be editable
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: zhaogangse, Assigned: transfusion)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Add an object to watch expression, let it have some fields.
- Click any of its fields twice.
Actual results:
The watch expressions panel shrinks to become an editing input field, asking you to change the whole watched expression.
Expected results:
After clicking sub nodes twice, nothing should happen. Only clicking the expression itself (the root level) can trigger the editing.
As a developer I often need to click inside a large object to expand fields, and this behavior can become quite annoying.
Comment 2•5 years ago
|
||
The priority flag is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Updated•5 years ago
|
Flags: needinfo?(jlaster)
Priority: -- → P2
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → bryan.wyern1
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83367d97acd1
UI sub nodes in Watch expressions should not be editable r=jlast
Comment 5•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•5 years ago
|
QA Whiteboard: [qa-72b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•