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

[table]: growing on scroll not accessible by keyboard

Open ee92 opened this issue 3 weeks ago • 0 comments

Bug Description

When the table has attribute growing="Scroll" and there are any "popped-in" columns, it is not possible to reach the bottom of the table using the keyboard, and thus not possible to to trigger the "load-more" event.

Affected Component

ui5-table

Expected Behaviour

Expect the subsequent down arrow key after reaching the end to scroll the table down

Steps to Reproduce

  1. go to playground
  2. resize table to make some columns pop in
  3. use arrow keys to navigate through the list items
  4. notice the table doesnt load more items when the end is reached

Log Output, Stack Trace or Screenshots

https://github.com/SAP/ui5-webcomponents/assets/24360164/22e73f1d-5322-47fe-801e-27a658385285

Priority

High

UI5 Web Components Version

1.24.1

Browser

Chrome

Operating System

No response

Additional Context

Thank you

Organization

SAP SuccessFactors

Declaration

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

ee92 avatar Jun 17 '24 19:06 ee92