You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: