Bug 100527

Summary: Web Inspector: Drag and drop a URL in inspector is not working as expected
Product: WebKit Reporter: Ebrahim Byagowi <ebrahim>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: data:text/html;charset=utf-8,<img src="https://www.webkit.org/images/icon-gold.png">
Attachments:
Description Flags
Patch yurys: review+

Description Ebrahim Byagowi 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.
Comment 1 Vsevolod Vlasov 2012-10-26 09:10:28 PDT
As a workaround you could right click and select "Open link in new tab" in context menu.
Comment 2 Ebrahim Byagowi 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 :)
Comment 3 Alexander Pavlov (apavlov) 2012-10-29 02:34:12 PDT
Created attachment 171182 [details]
Patch
Comment 4 Alexander Pavlov (apavlov) 2012-10-29 06:52:43 PDT
Committed r132794: <http://trac.webkit.org/changeset/132794>