I have several views, everything works fine, but for some reason, the view does not focus the next control when entering the tab key. Instead, it selects all the text of the current NSTextField.
I forget something really stupid here; can anyone help me with this?
So this is the NIB containing the NSView. In a view of two NSTextFields, clicking a tab in one will not advance to the next, but instead select all the text in the current one.
source share