IE 11 Attached event, @bindable not working

Hi,

I haved added alert on attached event, it get fired in chrome, Microsoft Edge but didn’t get fired in IE 11 browser.
Could you please help me out.

Thanks,
Swapnil

Are you able to share a sample app to run and steps to reproduce?

Just add alert(“hello”) inside the attached event. This alert execute from chrome but not from IE 11 browser.

That attached event should be in sub control .

Oh yeah, now I see. On line #80 in index.html you are including version 1.5 of a library that has a known issue with IE11. Try updating that library to 1.6. …just kidding.

If you want help debugging code, you have to share the code.

2 Likes