You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/04/26 14:17:14 UTC

[jira] [Closed] (TAP5-2181) pageinit.js addStylesheets function doesn't work with Internet Explorer <=8

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

Jochen Kemnade closed TAP5-2181.
--------------------------------

    Resolution: Fixed

> pageinit.js addStylesheets function doesn't work with Internet Explorer <=8
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-2181
>                 URL: https://issues.apache.org/jira/browse/TAP5-2181
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Hendrik Noot
>
> The addStylesheets function uses ownerNode that is not supported in Internet Explorer 8 and older. Use owningElement instead.
> Affected is this line:
> insertionPoint = _.find(document.styleSheets, (ss) -> ss.ownerNode.rel is "stylesheet t-ajax-insertion-point")



--
This message was sent by Atlassian JIRA
(v6.2#6252)