I have a java applet exposing methods that i call from javascript The java applet is working fine in internet explorer 9 , in chrome and in firefox .
In internet explorer 11 , methods from applet that use dlls (to call a wacom device in my case are not working ), other methods are callable and working fine .
Are there any change in Internet explorer 11 that causes this issue ?!
Edit : the problem is actually simpler and could be described as this :
In IE11 , if an applet is embeded in an iframe , it's methods are not visible from parent document .