You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by durairaj t <du...@gmail.com> on 2017/07/20 22:06:47 UTC

Wicket & IE11 kb4025341 update issue

Wicket 5 crashes IE after the IE  kb4025341 updates in Windows7, we are
migrating our application to wicket7. But wicket 5 is still in production
and it is crashing with all the events but not with "onclick" in certain
place of code.

IE does not throwing any error message, but a pop up saying " IE has
stopped working" .

Also we tested migrated application(wicket7) in IE 11 it throws "wiketGet
is not defind" and  it worked after we replaced Wicket.$(). But still the
in method grid is not working as expected.

*MS IE 11 patch update details- URL:*
https://support.microsoft.com/en-us/help/4025341/windows-7-update-kb4025341



Is anyone facing the same issue? any help?