ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

Screen Group skipping is not supported for Table

Open C5362575 opened this issue 1 year ago • 2 comments

Bug Description

The group skipping must be possible to bypass larger elements/ skip a complex UI element/group like Table using the keyboard shortcuts

  • either CTRL + TAB or SHIFT + CTRL + TAB
  • or F6 or SHIFT + F6. For more or detailed information please refer to the below link: https://wiki.one.int.sap/wiki/pages/viewpage.action?spaceKey=Acc&title=ACC-269+Details

Affected Component

Table

Expected Behaviour

There should be a mechanism available to bypass blocks of content that are repeated on multiple Web pages. A user must be able to locate the focus of a page as quickly as possible without, for example, having to traverse identical content after changing screens. So there should be mechanism to Group skip complement UI element like Table

Isolated Example

No response

Steps to Reproduce

There is no possibility to skip a complex UI element/group using the keyboard. Currently, Table does not support bypassing of larger elements.

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

1.19.0

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • [X] I’m not disclosing any internal or sensitive information.

C5362575 avatar May 10 '24 05:05 C5362575

Hello @C5362575,

The ui5-table component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up]. In order to use this functionality, you need to import the following module: import "@ui5/webcomponents-base/dist/features/F6Navigation.js"

We will enhance our documentation with that information.

Kind Regards, Niya

niyap avatar May 10 '24 11:05 niyap

Hello @SAP/ui5-webcomponents-core,

The ui5-table web components provides a build in fast navigation, but it is not described in its documentation. Could you please enhance it?

Thank you in advance!

Kind Regards, Niya

niyap avatar May 10 '24 11:05 niyap

Hi @C5362575,

The Fast navigation documentation is available here: https://sap.github.io/ui5-webcomponents/nightly/docs/getting-started/using-features/#f6-navigation-fast-navigation

The Table component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up]. In order to use this functionality, you need to import the following module: import "@ui5/webcomponents-base/dist/features/F6Navigation.js": https://sap.github.io/ui5-webcomponents/nightly/components/compat/Table/#keyboard-handling.

Best regards, Petya

petyabegovska avatar May 13 '24 06:05 petyabegovska