Skip to content
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

Closed
14 tasks done
ilhan007 opened this issue Apr 5, 2021 · 0 comments
Closed
14 tasks done

Keyboard Handling - Components Topic B #3091

ilhan007 opened this issue Apr 5, 2021 · 0 comments

Comments

@ilhan007
Copy link
Member

ilhan007 commented Apr 5, 2021

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

  • Check every owned component and apply changes if needed. Refer the current issue in your pull requests and mark the given component once it's checked and compliant.
  • Document the supported Keyboard Handling as part of the Components' Overview (JS Doc) in a dedicated section
<h3>Keyboard Handling</h3>

Components

  • Button
  • Bar
  • Calendar
  • Date Picker
  • Date Range Picker
  • Date Time Picker
  • Duration Picker
  • File Uploader
  • Link
  • Segmented Button
  • Switch
  • Time Picker
  • Timeline
  • Toggle Button

*Note: Contact your local ACC expert if you need the Keyboard Handling spec

@ilhan007 ilhan007 added this to the 1.0.0-rc.16 milestone Apr 26, 2021
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 unazko closed this as completed in 24467f8 Aug 11, 2021
@ilhan007 ilhan007 reopened this Aug 11, 2021
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 23, 2021
…ecification (#3709)

Focus is moved on the first element of Segmented Button or last element via PageUp or PageDown keyboard key.
Related to: #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 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
Projects
Status: 1.0.0-rc.16 (released 9 Nov)
Development

No branches or pull requests

3 participants