[
https://issues.apache.org/jira/browse/WICKET-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-5404.
-------------------------------------
Resolution: Not A Problem
This has been done with
commit 8264011ab00556a7f47fd2d542f7338227027fbd
Author: Martin Tzvetanov Grigorov <[email protected]>
Date: Thu Jul 11 08:46:10 2013 +0300
Upgrade jQuery to 1.10.2/2.0.3
but only in master branch. It seems I forgot to merge it to wicket-6.x.
Wicket 6.13 will use 1.10.2.
You can use IJavaScriptLibrarySettings#setJQueryReference() to use any JQuery
version at any time.
> JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2
> -------------------------------------------------------------
>
> Key: WICKET-5404
> URL: https://issues.apache.org/jira/browse/WICKET-5404
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.11.0
> Environment: Internet Explorer 11, windows 8.1
> Reporter: Ties
> Labels: JQuery
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The javascript method attachEvent was replaced with the method
> addEventListener in IE11.
> JQuery 1.10.1 still uses this method in case of IE > 8. This will cause
> javascript compilation errors.
> JQuery 1.10.2 seems to have solved this problem.
--
This message was sent by Atlassian JIRA
(v6.1#6144)