On 21/03/2013, at 12:53 AM, Brad Stone <cocoa-...@softraph.com> wrote:
> How can I have a popover appear but have the NSSearchField never relinquish > it's firstResponder status or have the NSPopover refuse firstResponder? I think you'll need to ensure that none of the views in the popover accept first responder, which is a pain to do (and if they need to become first responder under some circumstances, might be impossible in the current implementation). File a bug asking for something like -becomesKeyOnlyIfNeeded on NSPopover. The API is currently too limited. --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com