_NSKeyboardFocusClipView? and why do they get left lying around?
_NSKeyboardFocusClipView? and why do they get left lying around?
- Subject: _NSKeyboardFocusClipView? and why do they get left lying around?
- From: Kristofer Younger <email@hidden>
- Date: Sat, 15 Dec 2001 12:21:47 -0500
Does anyone know what _NSKeyboardFocusClipViews are and why they are
left as subviews on my view after I move the fieldEditor??
Building a custom view with a bunch of text cells laid out on it. I'm
moving the window's fieldEditor around, to edit the cell contents.
I get the fieldEditor for the window, make sure I set the firstResponder
right, and then I do a editWithFrame: on the cell I'm laying out.
Problem is, after I end editing the cell, sometimes, one (or two or
three) of these _NSKeyboardFocusClipViews get left as a subview of my
custom view, and worse it draws itself as a nice white blank rectangle,
hiding cells underneath....
This happens after I mouseDown into another cell, the original cell gets
left with this weird view over it. I know I must be messing up the whole
"endediting" process, but cannot figure it out.
any ideas?
Kristofer