Bug 82723 - Web Inspector: ScriptsNavigator should open scripts with single click (not double click).
Summary: Web Inspector: ScriptsNavigator should open scripts with single click (not do...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 05:06 PDT by Vsevolod Vlasov
Modified: 2012-03-30 06:10 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2012-03-30 05:08 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-03-30 05:06:16 PDT
Patch to follow
Comment 1 Vsevolod Vlasov 2012-03-30 05:08:48 PDT
Created attachment 134783 [details]
Patch
Comment 2 Pavel Feldman 2012-03-30 05:14:12 PDT
Comment on attachment 134783 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=134783&action=review

> Source/WebCore/inspector/front-end/treeoutline.js:843
> +    if (element.treeElement.onclick) {

I suspect we might have some onclicks already.
Comment 3 Vsevolod Vlasov 2012-03-30 06:10:24 PDT
Committed r112656: <http://trac.webkit.org/changeset/112656>