Forum Discussion
dataSelected event not firing in IE
Hi Yasotha,
I tested it with almost the same code as yours. It worked fine in IE 11.
1. Doesn't it work completely or partially? Was there an alert message?
2. Are your codes the same in your application? Or you abstract parts from many places?
3. Were there any warning messages in the IE?
Please refer to the attachment which can work.
Best Regards,
Dale
hi v-jiascu-msft,
its part of the code i shared you but that is main in embed.
However i noticed i was getting Promise is undefined error in my IE (using developer tool i found).
I added CDN reference to promise script and tested. it seems to be working, however i will do complete testing and get back.
thanks for your quick reference.
I added CDN links as below immediately after my jquery script link and before my link adal.js and powerbi.js
<!-- Automatically provides/replaces `Promise` if missing or broken. --> <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.js"></script> <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js"></script>