Description
Hi,
Since the last couple of Flutter versions (currently 3.24) I have the issue that the first enter/escape key in a TextField get eaten by the app on Windows Desktop App after the Window get shown from hidden/minimized state.
This only happens when I hide/minimize the window via the corresponding method of windowManager
. When I minimize via the Dialog button in the upper right corner with a mouse click this effect does not happen when I bring back the Dialog.
Entering any other key will work without any issue, only the ENTER and ESCAPE keys are affect. Until the window get hidden again the issue don't come back.
My Scenario:
I have a simple TextField which has auto-focus. Just hide/minimize via code show make it reproducible.
Demo App which show the general focus issue.