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

Synchronous XMLHttpRequest warning when Access Alert is dismissed #81

Closed
rpokorny opened this issue Jun 28, 2016 · 2 comments
Closed

Synchronous XMLHttpRequest warning when Access Alert is dismissed #81

rpokorny opened this issue Jun 28, 2016 · 2 comments

Comments

@rpokorny
Copy link
Contributor

Steps to reproduce:

  1. Make sure that your browser dev tools are open to the Console tab
  2. Log into an instance of OWF that has the Access Alert enabled.
  3. Click the OK button on the Access Alert

Expected Results: the Access Alert is dismissed and the rest of the app loads. No errors in the dev console
Actual Results: Everything loads as it should but the following warning appears in the dev console:

"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/."

@rpokorny
Copy link
Contributor Author

Fix committed; pending testing

@mparizernc
Copy link
Contributor

Verified in Chrome, FF and IE the console error no longer appears.

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

No branches or pull requests

2 participants