internet-explorer-11gwt-2.4

GWT 2.4 version compatibilty with IE11 browser


WE are having a gwt application which was working properly till IE10 versions. But unfortunately the same application is not running as expecetd in IE11.

Th issue is --->we have a simple login page which takes credentials.This page succesfully gets authenticated in all IE verison till IE10.

We are clueless why the same login pag eis not working in IE11.

I included '' in my hml file. we are not yet lucky.how to solve this?

thanks in advance.


Solution

  • Have you compile the code using Break Point does your compiler is compiling the onclick event of the button use for login because authentication issue is not related to UI i think something is going wrong on back code of button.May be possible the application is not able to find the button id.