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

IE11 fix for regression in 3.1.7 #170

Merged

Conversation

D1g1talEntr0py
Copy link
Contributor

@D1g1talEntr0py D1g1talEntr0py commented Feb 22, 2018

This addresses the issue outlined in #169.
After debugging this for a while, it seems as if you could just use the value from the input instead of the $viewValue. IE doesn't update the $viewValue like the other browsers. Tested in IE11, Chrome and Firefox.

Unfortunately, I am unable to run the tests for this project. Running npm install results in an error relating to a path issue installing zuul. I'll try to use my Mac to run the tests instead of Windows 10.

After debugging this for a while, it seems as if you could just use the value from the input instead of the $viewValue. IE doesn't update the $viewValue like the other browsers. Tested in IE11, Chrome and Firefox.
@bendrucker bendrucker merged commit 135e0b8 into bendrucker:master Feb 22, 2018
@bendrucker
Copy link
Owner

Thanks! I don't want to invest the time to do automated cross-browser testing with this project. Normally I'd insist on failing tests but I've struggled to test these selection changes in Phantom. So fingers crossed I guess, appreciate the manual testing.

@D1g1talEntr0py
Copy link
Contributor Author

No problem. I'm willing to help with any issues that might arise from my PR or any cross-browser issues.

@D1g1talEntr0py D1g1talEntr0py deleted the view_value_behavior_IE11 branch February 22, 2018 16:57
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.

3 participants