[
https://issues.apache.org/jira/browse/MYFACES-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Werner Punz resolved MYFACES-4230.
----------------------------------
Resolution: Resolved
Added an ie11 fixup code for the deviation from the standard behavior.
> IE 11 an javascript error occured after rerender part of the page
> -----------------------------------------------------------------
>
> Key: MYFACES-4230
> URL: https://issues.apache.org/jira/browse/MYFACES-4230
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.3.0, 2.3.1
> Environment: MyFaces 2.3.1
> Reporter: Niels Borman
> Assignee: Werner Punz
> Priority: Critical
> Fix For: 2.3.2
>
> Attachments: 1 - Error element name null.png, 2 - Error element.png,
> 3 - html.png, Screen Shot 2018-05-08 at 09.15.36.png, ie11.png, modern.png
>
>
> In IE 11 we get an javascript error:
> TypeError: Unable to get property 'indexOf' of undefined or null reference
>
> This error arises on linenumber 7451 of jsf.js. The element is in IE
> undefined so the error is thrown. Can you please make the if statement so
> that there is a check if name is not undefined. In other browsers the name
> property is “” so the error doen’s occure.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)