Bug 367572

Summary: Drag and Drop of URLs doesn't work for certain targets anymore. (After 16.08.0 Upgrade)
Product: [Applications] akregator Reporter: Bernhard Scheirle <bernhard+kde>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bernhard Scheirle 2016-08-19 14:56:20 UTC
Dragging a url into the smplayer main window work before the upgrade, now the url can't be dropped.

I assume the problem is that the mime type of the drag event changed.
Currently (after the upgrade) the drag event mime type of a URL (from akregator or kmail) is "text/plain".
I think it should be a list: ("text/uri-list", "text/plain").



Reproducible: Always

Steps to Reproduce:
1. Try to drag a url into a application which only accepts url drops

Actual Results:  
Drop is not possible.

Expected Results:  
Url gets dropped.

A dragged URL from Firefox has following mime type list: ("text/uri-list", "text/html", "text/unicode", "text/plain;charset=utf-8", "text/plain") (Removed Mozilla specific mime types)
Comment 1 Bernhard Scheirle 2016-09-08 07:05:19 UTC
I reported this upstream: https://bugreports.qt.io/browse/QTBUG-55858