From 011815b8cdd8318d61e61e68cb571fd09a40f2b2 Mon Sep 17 00:00:00 2001 From: Nayden Naydenov <31909318+nnaydenow@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:28:48 +0300 Subject: [PATCH] fix(ui5-table): correct announced row count (#9442) Table row added for loading more functionality was read out by the screen readers. With this PR, the row is excluded from the accessibility tree. Fixes: https://github.com/SAP/ui5-webcomponents/issues/9243 --- packages/compat/src/Table.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compat/src/Table.hbs b/packages/compat/src/Table.hbs index ce848a8ae45d..99c67af3da69 100644 --- a/packages/compat/src/Table.hbs +++ b/packages/compat/src/Table.hbs @@ -101,7 +101,7 @@ {{/inline}} {{#*inline "tableEndRow"}} - +