RE: Does the NSView Drag Protocol has any issues with non-key windows?

2015-05-07 Thread Sanjay Arora
To: cocoa-dev@lists.apple.com Subject: Re: Does the NSView Drag Protocol has any issues with non-key windows? Apparently so. I have had difficulty dragging things into an open (non-transient) popover. It just doesn¹t work. On 5/7/15 1:00 PM, "cocoa-dev-requ...@lists.apple.com" wrot

Re: Does the NSView Drag Protocol has any issues with non-key windows?

2015-05-07 Thread Gordon Apple
Apparently so. I have had difficulty dragging things into an open (non-transient) popover. It just doesn¹t work. On 5/7/15 1:00 PM, "cocoa-dev-requ...@lists.apple.com" wrote: > I am trying to drag a NSTableView row on to a NSView on the same window. But > the window is a non-key window (made exp

Does the NSView Drag Protocol has any issues with non-key windows?

2015-05-07 Thread Sanjay Arora
I am trying to drag a NSTableView row on to a NSView on the same window. But the window is a non-key window (made explicitly). Some times after I receive " - draggingEntered: " message, no other message comes. If I make the window as a keywindow, works perfectly. Does the NSView Drag Protocol