-
Notifications
You must be signed in to change notification settings - Fork 64
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
Focus stays in the main window when assignment modal is opened #173
Comments
@asaadmahmood Would you happen to know of a quick/proper fix for this issue? It seems it was introduced in your PR here #161 |
@mickmister Not sure of a proper fix, but a quick fix would be to close the menu when the assign event is fired. @DHaussermann Are you sure this repros when you click on the assign option, or only when you use the shortcut ( I've submitted a fix on the shortcut. |
* GH-173 - Assign modal fix * Update webapp/src/widget/menuItem.tsx Co-authored-by: Daniel Espino García <[email protected]> * Update webapp/src/components/user_selector/autocomplete_selector.tsx Co-authored-by: Michael Kochell <[email protected]> * Updating menu item * Updating menu item Co-authored-by: Daniel Espino García <[email protected]> Co-authored-by: Michael Kochell <[email protected]>
Fixed with #174 |
When I open the modal to assign a To Do to someone, the focus does not move.
When I type to search for a user the search does not respond and if i hit the
D
keystroke (or any other shortcut) I can see that I'm manipulating the data in the Todo list behind the modal.Steps:
D
to search forDylan
Observed Search does not have the focus and I can see that I've deleted my ToDo that the assign modal is open for
The text was updated successfully, but these errors were encountered: