WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
63990
Web Inspector: implement drag'n'drop in the elements panel for reordering nodes.
https://bugs.webkit.org/show_bug.cgi?id=63990
Summary
Web Inspector: implement drag'n'drop in the elements panel for reordering nodes.
Pavel Feldman
Reported
2011-07-06 06:27:51 PDT
Patch to follow.
Attachments
Patch
(15.72 KB, patch)
2011-07-06 06:31 PDT
,
Pavel Feldman
yurys
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-07-06 06:31:02 PDT
Created
attachment 99824
[details]
Patch
Yury Semikhatsky
Comment 2
2011-07-06 08:09:58 PDT
Comment on
attachment 99824
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=99824&action=review
> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:295 > + return false;
should be return;
> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:316 > + var treeElement = this.treeElementFromEvent(event);
There is already _treeElementFromEvent, please leave just one of the methods.
> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:392 > + { var treeElement = this.treeElementFromEvent(event);
style: var treeElement... should go on the next line
Pavel Feldman
Comment 3
2011-07-06 08:25:56 PDT
Committed
r90460
: <
http://trac.webkit.org/changeset/90460
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug