You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/26 21:09:37 UTC

[jira] [Commented] (TAP5-2272) IE8 Breaks in use of ownerNode in pageinit.js

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

ASF subversion and git services commented on TAP5-2272:
-------------------------------------------------------

Commit 1a07fad319d48c32342d15a7460c0eba9cc48577 in branch refs/heads/master from [~thiagohp]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=1a07fad ]

Fixes TAP5-2272: IE8 Breaks in use of ownerNode in pageinit.js

> IE8 Breaks in use of ownerNode in pageinit.js
> ---------------------------------------------
>
>                 Key: TAP5-2272
>                 URL: https://issues.apache.org/jira/browse/TAP5-2272
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.4
>            Reporter: Peter H
>            Assignee: Thiago H. de Paula Figueiredo
>
> This is a patch we have been needing to apply ourselves in order to avoid client side errors almost everywhere in IE8.
> Latest known version this affects: beta-2
> There are two instances of 'ownerNode' in pageinit.js; look further down in the file for the second. We have fixed it as follows (on lines 31-33);
> insertionPoint = _.find(document.styleSheets, function(ss) {
>     var pickanode = ss.ownerNode || ss.owningElement;
>     return pickanode.rel === "stylesheet t-ajax-insertion-point";
> });
> Need to make sure to add a conditional for ss.owningElement which is the old IE equivalent of the attribute in question.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)