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

[Table]: incorrect row count for "growing" table

Open ee92 opened this issue 1 year ago • 2 comments

Bug Description

The row count includes an extra row in addition to the header and table rows.

Affected Component

ui5-table

Expected Behaviour

table with one item should have row count 2 (1 for the header, and 1 for the item)

Isolated Example

No response

Steps to Reproduce

  1. go to playground
  2. use a screen reader
  3. navigate to table
  4. notice "table with 5 columns and 8 rows" is read, though there are only 6 items

Log Output, Stack Trace or Screenshots

image

Priority

None

UI5 Web Components Version

1.24.1

Browser

Chrome

Operating System

No response

Additional Context

Thank you

Organization

SuccessFactors

Declaration

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

ee92 avatar Jun 18 '24 22:06 ee92

Hi @ee92,

Could you please provide what screen reader are you using as I am using JAWS and am getting different outputs ? As it is growing on scroll, for me when selecting item from the table, the screen reader (JAWS in my case) reads its information, and at the end it reads for example - "2 of 7", meaning the second item out of 7.

When scrolling and new items append to the table it reads it - "2 of 11", "2 of 14", etc.

@SAP/ui5-webcomponents-topic-core , colleagues could you please tell if thats the desired behaviour ?

Regards, Stoyan

hinzzx avatar Jun 19 '24 06:06 hinzzx

The issue is happening with JAWS, as well as MacOS voiceover when the table is navigated to

Here is JAWS: image

ee92 avatar Jun 20 '24 16:06 ee92

Expected to be released with 1.24.8 and 2.1.0 in the beginning of Aug

ilhan007 avatar Jul 10 '24 11:07 ilhan007