-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esc key does not dismiss modal dialog in Todo #520
Comments
Tab key should also move between fields/buttons. No longer does. |
As far as I can tell, the top level keybindings are stopping widget level keybindings. Potentially a problem with the way I restructured some of the code. I'll try to dig in this weekend. |
It actually has to do with this code block: The 'return nil' means that the key doesn't flow through to the widgets themselves. |
We are expecting Esc and Tab to perform other actions, so these need to not return nil Addresses wtfutil#520
Opened a PR where the behavior appears to be correct (at least for TODO). Tab doesn't cycle through when the window captures it. Esc seems to work appropriately |
Fixed by #523 |
The Esc key should dismiss the modal dialog in the Todo module. It no longer does.
The text was updated successfully, but these errors were encountered: