Re: Key window/first responder handling with NSDrawer containing NSTextView

2009-05-04 Thread Luke Evans
Further to this... The workaround of subclassing NSTextView, and having a mouse down event set push the first responder to itself, seems to work OK. It's a rather annoying/plaltry reason to have to subclass however. I still wonder if I'm looking at a bug, or some lack of education on my pa

Key window/first responder handling with NSDrawer containing NSTextView

2009-05-04 Thread Luke Evans
I have an NSDrawer on a window that acts as an optional 'pop out' editor providing a more convenient way to edit text in smaller field in the window's main UI. I've used the occasional drawer before in cases where optional extra information/navigation is useful, and aside from one bug I know