[
https://issues.apache.org/jira/browse/WICKET-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emond Papegaaij reopened WICKET-5517:
-------------------------------------
I do not agree with you here. A function called 'isIE()' should return true if
the browser is IE, no matter what version. In this case, the distinction needed
because of different handling of events on selects, which is still the case in
IE11. If isIE() is used in Wicket code for work arounds which are no longer
required on IE11, those places should be fixed. A quick grep on isIE() shows
only a handful of places outside modal.js.
> IE11 returns false for Wicket.Browser.isIE()
> --------------------------------------------
>
> Key: WICKET-5517
> URL: https://issues.apache.org/jira/browse/WICKET-5517
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.14.0
> Environment: Internet Explorer 11, tested on Windows 7 and 8.
> Reporter: Luke Niesink
> Priority: Minor
>
> As of Internet Explorer 11 this statement returns false instead of true (like
> it did prior to version 11):
> typeof(document.all) !== "undefined"
> This statement is used on line 56 of wicket-event-jquery.js which means
> Wicket.Browser.isIE() will return false in IE11.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)