My problem is that when I'm dragging something in my view, my tracking areas are not detected.
I have a text and I've defined some tracking areas so that if I go over a specific part of the text I change his background. Now my problem is that tracking areas are not detected when i go over them while dragging something.
Is there any why to aloud tracking areas detection while using the drag and drop?
IIRC you need to pass the
NSTrackingEnabledDuringMouseDrag
option toinitWithRect:options:owner:userInfo:
.