Bug 122105

Summary: Web Inspector: nodes can be dragged from the console log
Product: WebKit Reporter: Antoine Quint <graouts>
Component: Web InspectorAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Antoine Quint 2013-09-30 06:51:35 PDT
When a node is logged to the console, it is actually possible to move it, which should be an operation limited to display within the DOM tree and which makes it hard to select.
Comment 1 Radar WebKit Bug Importer 2013-09-30 06:51:50 PDT
<rdar://problem/15110760>
Comment 2 Antoine Quint 2013-09-30 06:52:04 PDT
<rdar://problem/14047278>
Comment 3 Antoine Quint 2013-09-30 06:55:50 PDT
Created attachment 212990 [details]
Patch
Comment 4 Joseph Pecoraro 2013-09-30 11:41:24 PDT
Comment on attachment 212990 [details]
Patch

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

> Source/WebInspectorUI/ChangeLog:8
> +        Catch "dragstart" events targetting nodes hosted in a DOMTreeOutline within the console

Typo: "targetting" => "targeting"
Comment 5 Antoine Quint 2013-09-30 12:34:37 PDT
Created attachment 213023 [details]
Patch for landing
Comment 6 WebKit Commit Bot 2013-09-30 13:04:50 PDT
Comment on attachment 213023 [details]
Patch for landing

Clearing flags on attachment: 213023

Committed r156672: <http://trac.webkit.org/changeset/156672>
Comment 7 WebKit Commit Bot 2013-09-30 13:04:53 PDT
All reviewed patches have been landed.  Closing bug.