| 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: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I reported this upstream: https://bugreports.qt.io/browse/QTBUG-55858 |
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)