rustybrain-dev/rustybrain

TextView lost focus after re-append it to a Box

Closed this issue · 0 comments

We are showing title as a label, and could edit it with a Button. To do so, we use a Box to maintain the layout, and append the appropriate widget to the box. And also, every change that happened in TextView will send a message, that means, we will re-append the TextView to the Box. After that, TextView will loss its focus.