-
Notifications
You must be signed in to change notification settings - Fork 273
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
fix(ui5-upload-collection-item): fixed keyboard navigation #3327
Conversation
- rename on Enter - keep edit mode when focus out - shift+tab on "edit" button doesn't act as it is pressed - when edit and press "esc" button, the focus goes to the "edit" button - editing is working and after pressing "esc" key
the ItemNavigation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the focus is on the Edit button of the item, pressing Enter makes it editable, then immediately changes it back to non-editable.
Activating the "Rename" button with Space doesn't do anything. This "Space" press is prevented in ListItem.js
in the function _onkeydown
. Same for "Cancel".
Run yarn hash
and add the changed hash file to the commit.
Link the PR and commit by adding "Part of #3092" to the message
Part of #3092