-
Notifications
You must be signed in to change notification settings - Fork 89
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
Login button does nothing in IE 11 on Windows 8.1 #108
Comments
Looks like it's a compatibility issue with the button methods in Bootstrap. I'll have to dig into this one. |
I have the same issue in IE10. In the past, launching IE without add-ins solved the issue, but not today. |
I think I may have found the issue on this. Going to be hard for me to test it though since I can't reproduce it on my machine (yet). @garys-esri, if I send you changes can you test it on your machine sometime? |
@nheminger, yes, I'll be happy to test. If you put it in a branch, that would be awesome. If that's too much trouble, you can send it to me some other way. Thanks for investigating this issue. |
@garys-esri emailed it to you! Hopefully it will resolve. If not, just let me know and I'll continue to investigate. |
…11 on Windows 8.1 This is a potential fix for Esri#108 to resolve issue with modal buttons not being accessible at startup. This caused the login button to not work in IE 11 on Windows 8.1.
Fix for #108 login errors with IE 11 on Windows 8.1
@garys-esri @henry296 The PR for this fix should be merged in now. Is it fixed for you both now? |
Yes, fixed in c9e0ec0 and merged a few days ago. Thanks for the fix! |
The login button does nothing in Internet Explorer 11 on Windows 8.1.
When the page first loads, the following error appears in the debugger:
After that, clicking the
Log in to get started
button does nothing. Instead, it should open the login dialog.This behavior happens in 7617116 but not in 8cfe27c, which means it was likely introduced in 7617116.
This behavior does not occur in Chrome.
The text was updated successfully, but these errors were encountered: