-
Notifications
You must be signed in to change notification settings - Fork 272
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
Keyboard Handling - Components Topic B #3091
Comments
unazko
added a commit
to unazko/ui5-webcomponents
that referenced
this issue
Aug 11, 2021
…tion - Pressing F4 opens a month picker in all cases. - Pressing Shift and F4 opens a year picker in all cases. - Chaning the month or the year via mouse now moves focus to the todays date in the day picker. - Pressing Alt and Page Up now does the same as pressing Shift and Page Up. - Pressing Alt and Page Down now does the same as pressing Shift and Page Down. Fixes SAP#3091
unazko
added a commit
to unazko/ui5-webcomponents
that referenced
this issue
Aug 11, 2021
…ication - Focus is moved on the component input field after closing the corresponding popover via Escape keyboard key. Fixes SAP#3091
unazko
added a commit
to unazko/ui5-webcomponents
that referenced
this issue
Aug 12, 2021
…tion - Pressing F4 opens a month picker in all cases. - Pressing Shift and F4 opens a year picker in all cases. - Changing the month or the year via mouse now moves focus to the todays date in the day picker. - Pressing Alt and Page Up now does the same as pressing Shift and Page Up. - Pressing Alt and Page Down now does the same as pressing Shift and Page Down. Related to: SAP#3091
ilhan007
pushed a commit
that referenced
this issue
Aug 25, 2021
Pressing [SHIFT] + [SPACE] does not change ToggleButton's state Related to: #3091
petyabegovska
moved this to 1.0.0-rc.16 (released 9 Nov)
in UI5 Web Components - Roadmap
Jun 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Although the components already offer Keyboard Handling to some extent, we would like to check and ensure
that all components full-fill the Keyboard Handling spec entirely.
Describe the solution you'd like
Components
*Note: Contact your local ACC expert if you need the Keyboard Handling spec
The text was updated successfully, but these errors were encountered: