Skip to content

Commit e21f4ad

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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" aria-label="selectmenu_listing_paging_sizes" 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$data.trigger('open');
1616
},
1717
attr: {disabled: !hasVisible()}"
18-
aria-label="data-grid-filters-action-wrap">
18+
aria-label="product-filters">
1919
<span data-bind="i18n: 'Filters'"></span>
2020
</button>
2121
<span class="filters-active" data-bind="text: countActive() || ''"></span> <!-- Added the amount of selected filters -->

0 commit comments

Comments
 (0)