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
While "out of the box" TextArea now uses Tab to shift focus, it also still uses Escape, ideally it would not when in this mode. Pressing Escape to exit a modal dialog would be common, so having Escape do something different given one particular widget type would be surprising for the user.
For example, this dialog uses Escape as the quick exit key, but instead if moves focus if you happen to press it while in the TextArea:
The text was updated successfully, but these errors were encountered:
Yeah I realised this on Thursday. Since we don't have dynamic key bindings I think we'll have to just manage the escape press in "on_key" instead of as a binding.
While "out of the box"
TextArea
now uses Tab to shift focus, it also still uses Escape, ideally it would not when in this mode. Pressing Escape to exit a modal dialog would be common, so having Escape do something different given one particular widget type would be surprising for the user.For example, this dialog uses Escape as the quick exit key, but instead if moves focus if you happen to press it while in the
TextArea
:The text was updated successfully, but these errors were encountered: