Hendrik Noot created TAP5-2181:
----------------------------------

             Summary: 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 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

Reply via email to