[
https://issues.apache.org/jira/browse/MYFACES-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471557#comment-16471557
]
Werner Punz commented on MYFACES-4230:
--------------------------------------
Ok the issue seems to be here, that a form element is without a name in the
ie11 case, which is a clear deviation from the w3c specs, which enforce a name
on every input. Lets see if I can replicate this issue on my side here.
Otherwise I will have to request a small sample.
> 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: Screen Shot 2018-05-08 at 09.15.36.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)