Closed
Bug 892270
Opened 12 years ago
Closed 12 years ago
Double clicking on a node should also expand its children
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 855523
People
(Reporter: fitzgen, Assigned: pbro)
Details
Attachments
(1 file)
|
11.53 KB,
patch
|
harth
:
review+
|
Details | Diff | Splinter Review |
If I double click on a node whose children are collapsed, we should expand the children in addition to starting the editing.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → pbrosset
| Assignee | ||
Comment 1•12 years ago
|
||
This is what the Chrome devtools do indeed, I think Firebug does that also (although double-clicking won't start editing the node).
| Assignee | ||
Comment 2•12 years ago
|
||
Here is a fix for that issue + a new test case.
I haven't yet been able to push to the try server for testing as I'm having SSH issues at the moment.
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
Try server build done, all green.
| Assignee | ||
Updated•12 years ago
|
Attachment #794055 -
Flags: review?(fayearthur)
Comment 5•12 years ago
|
||
Comment on attachment 794055 [details] [diff] [review]
bug-892270-dblclick-expands-node.patch
Thank you.
Attachment #794055 -
Flags: review?(fayearthur) → review+
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
| Assignee | ||
Comment 6•12 years ago
|
||
This will become irrelevant with the work done as part of 855523
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: [land-in-fx-team]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•