We are having an issue with a regular <select>
dropdown located inside a modal used by an Angular component. This previously worked, but now with the upgrade to Chrome 47 does not anymore -- there are absolutely no errors generated on the javascript console, it is completely silent.
Moving the dropdown outside of the modal into a regular page works, so it is specifically related to being located inside a modal, and specifically something within an Angular component.
Angular 1.29 Chrome 47
Any help would be greatly appreciated.
I had the same issue with Angular 1.26. I updated to 1.4.5 and it works correctly.
All I had to do to upgrade was add the following script tag to my index.html file.
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
This issue was the bug described here: https://code.google.com/p/chromium/issues/detail?id=565132
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With