-
Hi, I'm currently on version 11.0.10. Only on MacOs, I have a weird behaviour with command modifiers to copy multiple items with Drag And Drop. It won't copy because the effects pass to DragDrop.DoDragDrop method are none in my case but this code work on Windows. I investigate this issue and I'm seeing that IPlatformDragSource is obsolete and not in the master. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I had updated my repos to reproduce my issue with DragAndDrop Copy effects on macos. When I hold Command key and drop on the third textblock from my sample, It doesn't do anything. It's a behavior specific to macos ? |
Beta Was this translation helpful? Give feedback.
@Tenjim I am not sure if this behavior specific to macOS, Fiddler seems to ignore command key. If it's the case, can you open an issue?