I came across strange behavior with Cocoa NSView on Mac OS X.
I have a custom NSView in an NSView container, this custom NSView tracks mouse movements, clicks and has a tooltip. When I add an NSView over the described view, I can still see tooltips, even if the view with the tooltip is below it, but not visible.
I'm sure I misunderstood something in the event processing chain.
Any help really appreciated !;)
Have a nice weekend
Paolo
source share