Hi Seth,
My experience with focus rings has always been with NSView subclasses, not with
cells. And my focus rings have always been drawn outside their views, adorning
them, as it were. In the past, I have had to invalidate the focus ring's area
with setKeyboardFocusRingNeedsDisplayInRect in
I cannot for the life of me get an NSTextFieldCell (in my custom view)
to show a focus ring when editing!! Is there something stupidly simple
that I'm missing?
[editingTextFieldCell setShowsFirstResponder:YES];
[editingTextFieldCell setFocusRingType:NSFocusRingTypeDefault];
I could