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

Login button does nothing in IE 11 on Windows 8.1 #108

Closed
garysheppardjr opened this issue Nov 30, 2015 · 7 comments
Closed

Login button does nothing in IE 11 on Windows 8.1 #108

garysheppardjr opened this issue Nov 30, 2015 · 7 comments
Labels

Comments

@garysheppardjr
Copy link
Contributor

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:

Object doesn't support property or method 'button'

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.

@ecaldwell
Copy link
Contributor

Looks like it's a compatibility issue with the button methods in Bootstrap. I'll have to dig into this one.

@henry296
Copy link

I have the same issue in IE10. In the past, launching IE without add-ins solved the issue, but not today.

@ecaldwell ecaldwell added the bug label Dec 2, 2015
@nheminger
Copy link
Contributor

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?

@garysheppardjr
Copy link
Contributor Author

@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.

@nheminger
Copy link
Contributor

@garys-esri emailed it to you! Hopefully it will resolve. If not, just let me know and I'll continue to investigate.

nheminger added a commit to nheminger/ago-assistant that referenced this issue Dec 3, 2015
…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.
ecaldwell added a commit that referenced this issue Feb 9, 2016
Fix for #108 login errors with IE 11 on Windows 8.1
@nheminger
Copy link
Contributor

@garys-esri @henry296 The PR for this fix should be merged in now. Is it fixed for you both now?

@garysheppardjr
Copy link
Contributor Author

Yes, fixed in c9e0ec0 and merged a few days ago. Thanks for the fix!

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

No branches or pull requests

4 participants