Bug 29373 - Feature to copy a node (and all its children) in the Inspector's DOM tree
Summary: Feature to copy a node (and all its children) in the Inspector's DOM tree
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 06:31 PDT by Morten Norby Larsen
Modified: 2009-12-04 11:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Norby Larsen 2009-09-18 06:31:51 PDT
Currently (r48481), the Copy menu item in the Edit menu does not seem to copy anything from the DOM tree in the Inspector.

It could be useful to be able to copy HTML code from the DOM tree, for instance in the case of a node that has been created or modified through JavaScript.
Comment 1 Morten Norby Larsen 2009-09-18 06:34:00 PDT
This bug probably overlaps bug 20663 in scope and purpose:

https://bugs.webkit.org/show_bug.cgi?id=20663
Comment 2 Timothy Hatcher 2009-12-04 10:11:11 PST
Copy should work, there is a bug with copy from the context menu but Command-C and the view menu item work for me on Mac.
Comment 3 Morten Norby Larsen 2009-12-04 11:01:48 PST
Yes, it works for me, too in r51669 using Cmd-C.