RESOLVED FIXED 100527
Web Inspector: Drag and drop a URL in inspector is not working as expected
https://bugs.webkit.org/show_bug.cgi?id=100527
Summary Web Inspector: Drag and drop a URL in inspector is not working as expected
Ebrahim Byagowi
Reported 2012-10-26 08:20:57 PDT
It is not possible to drag a URL on HTML inspector and drop it on a new tab on Chrome. Please open the provided URL, then open the inspector, and try to drag the img src URL to a new tab. Chrome will search <img src="https://www.webkit.org/images/icon-gold.png"> but IMO user is expecting opening the URL in new tab. It will also happening on data:text/html;charset=utf-8,<a href="https://www.webkit.org/images/icon-gold.png">Link</a> when you want drag and drop href to new tab.
Attachments
Patch (1.42 KB, patch)
2012-10-29 02:34 PDT, Alexander Pavlov (apavlov)
yurys: review+
Vsevolod Vlasov
Comment 1 2012-10-26 09:10:28 PDT
As a workaround you could right click and select "Open link in new tab" in context menu.
Ebrahim Byagowi
Comment 2 2012-10-26 10:54:28 PDT
(In reply to comment #1) > As a workaround you could right click and select "Open link in new tab" in context menu. Yes I knew that. Please mark as WON'TFIX if you think this bug is completely pointless. It was just my opinion and expectation :)
Alexander Pavlov (apavlov)
Comment 3 2012-10-29 02:34:12 PDT
Alexander Pavlov (apavlov)
Comment 4 2012-10-29 06:52:43 PDT
Note You need to log in before you can comment on or make changes to this bug.