NSImageView mouseUp problem?

2011-03-05 Thread Alexander Zvyagin
Hi, All! I has a custom view must show the mouseEntered state and mousePressed state in different pictures. If mouse press is inside this view but mouse release is outside, my view doesn't receive -mouseUp event: --- cut --- press is really there // [-mouseDown] { 360 x 126} NSImageView //

Re: NSImageView mouseUp problem?

2011-03-05 Thread Alexander Zvyagin
What can I do to receive this -mouseUp event [losted by NSImageView] ? -mouseUp is coming only custom view is LOWER any existing NSImageView inside Interface Builder xib document (Mac OS X 10.6.6). I think this mean NSImageView doesn't send -mouseUp to next responder. Is this a bug? * Note