You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (JIRA)" <ji...@apache.org> on 2014/03/13 08:26:45 UTC

[jira] [Resolved] (WICKET-5517) IE11 returns false for Wicket.Browser.isIE()

     [ https://issues.apache.org/jira/browse/WICKET-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emond Papegaaij resolved WICKET-5517.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.15.0
                   7.0.0

I've merged your pull request and picked the commits in wicket 7. All Wicket scripts now use 'compliant' behavior for IE11+ but isIE() still returns true for IE11.

> 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
>            Assignee: Emond Papegaaij
>            Priority: Minor
>             Fix For: 7.0.0, 6.15.0
>
>
> 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.2#6252)