Bug 30749 - Web Inspector: Expanding a node in the Console should not show the element in Elements panel
Summary: Web Inspector: Expanding a node in the Console should not show the element in...
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: Keishi Hattori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 12:04 PDT by Timothy Hatcher
Modified: 2009-10-25 01:55 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch (1.41 KB, patch)
2009-10-24 13:15 PDT, Keishi Hattori
timothy: review-
Details | Formatted Diff | Diff
proposed patch 2 (1.36 KB, patch)
2009-10-24 19:13 PDT, Keishi Hattori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2009-10-24 12:04:02 PDT
If you log a node in the Console and go to expand it, it reveals the node in Elements and selectes it. But it should not. We should only reveal when clicking on the node text.
Comment 1 Keishi Hattori 2009-10-24 13:15:25 PDT
Created attachment 41791 [details]
proposed patch
Comment 2 Timothy Hatcher 2009-10-24 13:20:21 PDT
Comment on attachment 41791 [details]
proposed patch

Remove console.log(event.target); otherwise r+.
Comment 3 Keishi Hattori 2009-10-24 19:13:15 PDT
Created attachment 41805 [details]
proposed patch 2

Sorry, fixed.
Comment 4 WebKit Commit Bot 2009-10-25 01:54:54 PDT
Comment on attachment 41805 [details]
proposed patch 2

Clearing flags on attachment: 41805

Committed r50044: <http://trac.webkit.org/changeset/50044>
Comment 5 WebKit Commit Bot 2009-10-25 01:55:01 PDT
All reviewed patches have been landed.  Closing bug.