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

Removing alert when logging after aria.core.Log is disposed #1703

Merged
merged 1 commit into from Oct 7, 2016

Conversation

divdavem
Copy link
Member

@divdavem divdavem commented Oct 7, 2016

When aria.core.Log is disposed, the previous code was replacing the error logging function by a function which displayed the error using alert. The alert could sometimes be triggered during the tests in IE 7 and
blocked the following tests. This commit replaces it with logs on the console.

…g is disposed

When aria.core.Log is disposed, the previous code was replacing the error
logging function by a function which displayed the error using alert.
The alert could sometimes be triggered during the tests in IE 7 and
blocked the following tests. This commit replaces it with logs on the
console.
@divdavem
Copy link
Member Author

divdavem commented Oct 7, 2016

@benouat Thank you for your review!

@divdavem divdavem merged commit 41f2d71 into ariatemplates:master Oct 7, 2016
@divdavem divdavem added this to the 1.7.23 milestone Oct 14, 2016
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.

None yet

2 participants