Bug 122105 - Web Inspector: nodes can be dragged from the console log
Summary: Web Inspector: nodes can be dragged from the console log
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-09-30 06:51 PDT by Antoine Quint
Modified: 2013-09-30 13:04 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.94 KB, patch)
2013-09-30 06:55 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch for landing (3.94 KB, patch)
2013-09-30 12:34 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.