TextEditor loses focus on resize

A TextEditor in edit mode (blinking caret) will lose focus / leave edit mode when the enclosing ComponentPeer is resized.

Well presumably that’s because some parent component (the resizable border comp?) is grabbing the focus when you click?

Yeah, I think that might be the case. But still, its undesirable behavior. No other native app works that way.