7
votes

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

1
Same issue here, at least on Snow Leopard. Pretty odd.AriX
See related question and workaround here: stackoverflow.com/questions/9534543/…Levi Nunnink

1 Answers

3
votes

Does draggingEnded: get called? If so, just call it from there.

I know the issue from NSStatusItem. There's the same problem