-performDragOperation: not called when dragging from the dock stack

Hi I have a custom view inside a status item. I performed a drag and drop, and it all works, but when dragging from the dock stack, all the drag and drop methods are called, except for -performDragOperation: and prepareForDragOperation:

+7
source share
1 answer

Is draggingEnded being dragged: a call? If so, just call him.

I know the problem from NSStatusItem. There is a problem

+2
source

All Articles