https://bugs.kde.org/show_bug.cgi?id=378954

Elvis Angelaccio <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Elvis Angelaccio <[email protected]> ---
The problem is that DropJobPrivate::slotStart() schedules a new PasteJob for
pasting "raw data", but in the meantime the QDrag object from Dolphin gets
deleted and so does the mimeData instance that was passed to the paste job.

I'm not sure if this should be fixed in Dolphin (by preventing the DropJob in
the first place) or in KIO, by detecting that the mimeData is invalid (e.g.
check whether the mimeData has the "application/x-dolphinplacesmodel" format)
before starting the PasteJob.

David, any idea?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to