Open Bug 1169771 Opened 9 years ago Updated 2 years ago

Can't easily cut/paste node subtrees in the tree view

Categories

(DevTools :: Inspector, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: bzbarsky, Unassigned)

References

Details

(Whiteboard: [btpp-backlog])

One thing I miss from the DOM Inspector addon is the ability to cut/paste (via keyboard shortcuts, even) nodes in the DOM tree.  This is especially useful when those nodes have large subtrees under them, such that using the "edit as HTML" feature becomes pretty difficult.
See also bug 968241 which aims at using the copy shortcut to copy the node's outerHTML.
At cut-time, we could also store a reference of the node (probably the NodeActor ID) and try and insert the corresponding node in the newly selected parent on paste.
See Also: → 968241
Bug triage. Filter on CLIMBING SHOES
Priority: -- → P3
Whiteboard: [btpp-backlog]
Severity: normal → enhancement
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.