You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Deepan Chakkaravarthy (JIRA)" <de...@myfaces.apache.org> on 2015/06/18 04:45:00 UTC

[jira] [Commented] (TRINIDAD-2523) Agent Initialization in JavaScript does not support IE11

    [ https://issues.apache.org/jira/browse/TRINIDAD-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591151#comment-14591151 ] 

Deepan Chakkaravarthy commented on TRINIDAD-2523:
-------------------------------------------------

When you are doing this, are you facing any issues with Modal dialog? Because when I changed the code like this, Modal windows are not launching for me. My version 1.2.10

> Agent Initialization in JavaScript does not support IE11
> --------------------------------------------------------
>
>                 Key: TRINIDAD-2523
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2523
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.1.0-core
>         Environment: Windows 7 64-Bit
>            Reporter: Akash
>            Assignee: Mike Kienenberger
>             Fix For: 2.1.1-core
>
>         Attachments: Core.js.patch, Modified_agentInit.txt, selectOneChoiceTester.jspx
>
>
> The Core JavaScript library does not support IE 11 and considers it as a 'Gecko' browser.
> The JavaScript agent initialization does not use the 'Trident' version to identify IE11 agent because of which the 'isIE', 'isIEGroup' attributes are set incorrectly to 'false' for a IE11 browser.
> Because of this issue; the 'onclick' and 'onblur' event handlers which are used specifically for IE for the <tr:selectOneChoice> component fail. The form gets submitted even without any change in the selected value as the control returns back from the event handler considering it a non IE request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)