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

Table row - empty values in cells not conveyed #3594

Closed
1 of 4 tasks
DLaskov opened this issue Aug 4, 2021 · 1 comment
Closed
1 of 4 tasks

Table row - empty values in cells not conveyed #3594

DLaskov opened this issue Aug 4, 2021 · 1 comment

Comments

@DLaskov
Copy link

DLaskov commented Aug 4, 2021

Bug Description

On accessing the table row, if there's an empty cell the empty value information is not conveyed to the user.

Expected Behavior

On accessing the table row, the empty value information should be conveyed for every empty cell in this row.

Steps to Reproduce

  1. Create a normal table with several empty cells in different rows.
  2. Access a row that has an empty cell in it.
  3. All cells are conveyed, but the empty cell is not conveyed as a "Blank cell", instead it is skipped.

Context

  • OS/Platform: Windows 10
  • Browser: Google Chrome Version 92.0.4515.107
  • Affected component: Table, TableRow TableCell

Priority

  • Low
  • Medium
  • High
  • Very High
@elenastoyanovaa elenastoyanovaa self-assigned this Aug 4, 2021
@elenastoyanovaa
Copy link
Contributor

Hello @DLaskov ,

Empty states are not conveyed by default even in native HTML (some screen reader softwares do read empty input fields, but thats all), but it makes sense to add blank info in the speech output. We will proceed with this issue as a feature request for an improvement.

@ilhan007 Maybe this is relevant not only for table cells, but for list items and so on? We could think of future improvements in other components also, regarding empty states.

Kind Regards,
Elena

@elenastoyanovaa elenastoyanovaa removed their assignment Aug 4, 2021
@ilhan007 ilhan007 added the CBC label Sep 15, 2021
ndeshev added a commit that referenced this issue May 11, 2023
ndeshev added a commit that referenced this issue May 16, 2023
* feat(ui5-table): announce empty cells

related to: #3594

* feat(ui5-table): announce empty cells

announce empty cells

* feat(ui5-table): announce empty cells

announce empty cells

* feat(ui5-table): announce empty cells

announce empty cells

* feat(ui5-table): announce empty cells

announce empty cells
@ndeshev ndeshev closed this as completed May 18, 2023
@petyabegovska petyabegovska added this to the 1.14.0 milestone May 22, 2023
@hristop hristop added the Table label Oct 17, 2023
@petyabegovska petyabegovska moved this to Completed in Planning - Topic RL Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Development

No branches or pull requests

7 participants