I think someone mentioned having issues with jQuery 1.10.1 on IE. Newer versions of Wicket use jQuery 1.11.0
You can also setup a custom version with app.getJavaScriptLibrarySettings().setJQueryReference(someReference) Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 12:31 PM, dmalescot <[email protected]> wrote: > thank for your quick answer. > > So the error is access denied on ie (works on FF). After some search on > internet, it seems to be this problem : > > > http://stackoverflow.com/questions/17370482/preventing-script5-access-is-denied-error-in-ie?rq=1 > http://bugs.jquery.com/ticket/13980 > > So I think it's a 1.10.1 bug on IE. > > I do a quick test : > > Create a index.html file on local which is loading a wicket application in > an iFrame : > - OK on FF > - KO on IE (no css, no javascript) > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Error-loading-jQuery-JS-in-wicket-6-7-0-IE-tp4665308p4665313.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
