You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paresh Kumar Acharya (JIRA)" <de...@myfaces.apache.org> on 2013/08/14 14:43:48 UTC

[jira] [Commented] (TRINIDAD-2408) TrPage._getTextContent is not working in IE10

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

Paresh Kumar Acharya commented on TRINIDAD-2408:
------------------------------------------------

This bug is filed for the ADF bug 17285610 . The bug occurs in IE10 because the in ie10 the textcontent of the script element can't be read. The API  TrPage._getTextContent() uses innerText and the text attribute to extract the text content from the script element node. For IE10 textContent attribute need to be used.
                
> TrPage._getTextContent is not working in IE10
> ---------------------------------------------
>
>                 Key: TRINIDAD-2408
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2408
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core, 2.1.0-core
>         Environment: IE-10
>            Reporter: Paresh Kumar Acharya
>
> The TrPage._getTextContent() API is not working on ie 10. On ie10 the innerText attribute and the text attribute doesn't work on IE10. In IE 10 textContent attribute shoule be used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira