Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
5.8.0, 5.12.3
-
-
c69a2448ab129d88411a4778f2350dcf971dc623 (qt/qtbase/5.15)
Description
On windows and linux it is possible to provide custom `QMimeData` classes to provide data when they are used.
This is relevant if data is generated on the fly (e.g. requested via network link or similar)
On MacOS this would also be possible, but since `QCocoaClipboard::setMimeData` calls `QMacPasteboard::setMimeData` with `EagerRequest` the data needs to be generated immediately
(initiating unnecessary network traffic in our case)
Since this behaviour can not be changed via default Qt API this use case does not work on mac os at all.
Changing that single line to `LazyRequest` will fix the issue.
Attachments
Issue Links
- relates to
-
QTBUG-54663 Crash for Mac apps involving resolving promises on the paste board
-
- Closed
-
-
QTBUG-54832 [macOS] crash on exit after drag-n-drop
-
- Closed
-