Bug 13436 - Make Option-clicking a disclosure triangle expand the entire subtree
Summary: Make Option-clicking a disclosure triangle expand the entire subtree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 12:57 PDT by mitz
Modified: 2007-04-22 15:31 PDT (History)
0 users

See Also:


Attachments
Patch (4.09 KB, patch)
2007-04-22 14:40 PDT, Timothy Hatcher
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-04-21 12:57:55 PDT
Make Option-clicking a disclosure triangle in the web inspector's DOM tree view recursively expand all levels below the element being clicked.

This is in fact how NSOutlineView behaves and I've found it very convenient.
Comment 1 Timothy Hatcher 2007-04-22 14:40:06 PDT
Created attachment 14140 [details]
Patch

Makes option-click recursively expand and collapse the sub-tree. Pressing option-left and -right also recursively expand and collapse the sub-tree.

* WebInspector/webInspector/treeoutline.js:
Comment 2 mitz 2007-04-22 15:27:09 PDT
Comment on attachment 14140 [details]
Patch

r=me
Comment 3 Timothy Hatcher 2007-04-22 15:31:50 PDT
Fixed in r21007. http://trac.webkit.org/projects/webkit/changeset/21007