-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Duplicate IDs when using "ui-grid-selection" #6096
Labels
Comments
Is this issue still reproducible in v4.0.3? |
@mportuga I just upgraded to 4.0.4, and the issue is still there. |
The issue still exists for rows. |
mportuga
pushed a commit
that referenced
this issue
Jun 18, 2018
This change will maintain the fix for issue #6096, but ensure that the body container maintain the same id that it had before it in order to allow for an easier upgrade for those who wrote their own automation for UI-Grid using the previous ID. This also updates the render container to start using the controllerAs paradigm on its template.
mportuga
pushed a commit
that referenced
this issue
Jun 18, 2018
This change will maintain the fix for issue #6096, but ensure that the body container maintain the same id that it had before it in order to allow for an easier upgrade for those who wrote their own automation for UI-Grid using the previous ID. This also updates the render container to start using the controllerAs paradigm on its template.
defields923
pushed a commit
to defields923/ui-grid
that referenced
this issue
Oct 30, 2018
…r ADA compliance. fix angular-ui#6096
defields923
pushed a commit
to defields923/ui-grid
that referenced
this issue
Oct 30, 2018
This change will maintain the fix for issue angular-ui#6096, but ensure that the body container maintain the same id that it had before it in order to allow for an easier upgrade for those who wrote their own automation for UI-Grid using the previous ID. This also updates the render container to start using the controllerAs paradigm on its template.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use "ui-grid-selection", the div that holds the column for the checkboxes, has the same ID as the div that holds the rest of the columns. This fails ADA compliance. I am using v3.1.1
The text was updated successfully, but these errors were encountered: