TextView lost focus after re-append it to a Box
Closed this issue · 0 comments
coldnight commented
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.