Skip to content

Commit 702eb03

Browse files
committed
AC-1287::Admin Product Grid Table controls lack accessible names when collapsed
1 parent 7255b67 commit 702eb03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/paging/sizes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="selectmenu" collapsible="">
99
<div class="selectmenu-value" openCollapsible="">
10-
<input type="text" ko-value="_value" attr="id: index" autoselect/>
10+
<input type="text" aria-label="selectmenu_listing_paging_sizes" ko-value="_value" attr="id: index" autoselect/>
1111
</div>
1212
<button class="selectmenu-toggle" type="button" css="_active: $collapsible.opened" toggleCollapsible>
1313
<span translate="'Select'"></span>

app/code/Magento/Ui/view/base/web/templates/grid/sticky/filters.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
window.scrollTo(0, 0);
1515
$data.trigger('open');
1616
},
17-
attr: {disabled: !hasVisible()}">
17+
attr: {disabled: !hasVisible()}"
18+
aria-label="data-grid-filters-action-wrap">
1819
<span data-bind="i18n: 'Filters'"></span>
1920
</button>
2021
<span class="filters-active" data-bind="text: countActive() || ''"></span> <!-- Added the amount of selected filters -->

0 commit comments

Comments
 (0)