Re: First responder not coming back to container after editing with NSTextField

2015-09-29 Thread dangerwillrobinsondanger
So at that event or at the beginning of it resign first responder and manually set the next responder. You may need some logic to decide what is the next responder. You may also need to ask the window to recalculate the next responder chain in it. Sent from my iPhone > On Sep 29, 2015, at 7:

First responder not coming back to container after editing with NSTextField

2015-09-29 Thread Eyal Redler
I have a custom NSView subclass (let's call it "container"). The view contains many subviews and the subviews can have two states: expanded and collapsed. When one of the subviews is expanded, it reveals an editable text field, when the subview is collapsed, the field is removed. The container ne