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

Handle aria-hidden on modal container when showing/hiding #19879

Merged
merged 1 commit into from May 11, 2016
Merged

Handle aria-hidden on modal container when showing/hiding #19879

merged 1 commit into from May 11, 2016

Conversation

patrickhlauke
Copy link
Member

Fixes #19878

@patrickhlauke
Copy link
Member Author

/cc @cvrebert for review


$('<div id="modal-test" aria-hidden="true"/>')
.on('shown.bs.modal', function () {
assert.ok(!($('#modal-test').is('[aria-hidden]')), 'aria-hidden attribute removed')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cvrebert
Copy link
Collaborator

Other than that, LGTM.

@patrickhlauke
Copy link
Member Author

Fixed, thanks. hound and savage seem to be taking forever...can/should they be ignored?

@cvrebert
Copy link
Collaborator

Yes. Hound occasionally hangs for no apparent reason, and Savage has some config problem for non-master that I keep meaning to look at.

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

Successfully merging this pull request may close these issues.

None yet

2 participants