Skip to content

Commit ecf07c6

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(uiGridRenderContainer.html): Prevent duplicate ids in the grid for ADA compliance.
fix #6096
1 parent bc50dfb commit ecf07c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/ui-grid/uiGridRenderContainer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div
22
role="presentation"
3-
ui-grid-one-bind-id-grid="'grid-container'"
3+
ui-grid-one-bind-id-grid="containerId + '-grid-container'"
44
class="ui-grid-render-container"
55
ng-style="{ 'margin-left': colContainer.getMargin('left') + 'px', 'margin-right': colContainer.getMargin('right') + 'px' }">
66
<!-- All of these dom elements are replaced in place -->

0 commit comments

Comments
 (0)