Skip to content
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

Fix issue with id's that contain periods . colons : and brackets [ ] #1273

Closed
wants to merge 1 commit into from

Conversation

phazei
Copy link

@phazei phazei commented Sep 17, 2014

Fixes #1269

Alternatively line 824 and 789 could get the regex instead as mentioned in the issue. This is the simplest way, it will store the escaped id within the aria-description.

( I don't know why I put # 45 in the original commit msg :/ )

@jzaefferer
Copy link
Collaborator

Thanks. I had a similar fix (including at test) and used this to improve on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: when errorElement isn't label and name contains "[" "]" errorsFor doesn't return element (fix included)
2 participants