I created several Textarea components. When I used the keyboard to input in one of them and then clicked "Finish", the keyboard would automatically switch to another Textarea for further operations. How to solve this problem? The video is placed at https://github.com/monkeyhorse/guiguider.git
Now I have discovered that the creation sequence of the Textarea in setup_scr_screen.c is the cause of this problem, but I still don't know how to solve it.
Thanks for the clarification. I see this issue seems to occur during simulation. Does it only occur when simulating? Or also when running the GUI on a board?