SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
433 stars 96 forks source link

AnalyticalTable: Table column headers not accessible via keyboard controls #1889

Closed angelzbg closed 3 years ago

angelzbg commented 3 years ago

Description

Table columns headers are not accessible via keyboard controls (ex. 'TAB' key) https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--default-story

Observed behavior:

The Column headers of the table are not reachable via keyboard.

Expected Behavior:

The Column headers of the table should be reachable via keyboard.

Steps to reproduce

  1. Go to https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--default-story
  2. Tab until focus on table headers
  3. Table headers are not focused

Context

Browser (if relevant): {...} Chrome

Additional Context

Table headers can contain filters (ex: ascending, descending etc.) and they are not reachable.

ACC-270.1_Central Business Configuration 2108_Table_column headers not reachable via keyboard

MarcusNotheis commented 3 years ago

Hey @angelzbg,

thanks for reporting! If I understood correctly, the bug is already reported in #1625, so I'm going to close this issue here. In case I missed something please let me know and I'm happy to reopen the issue.