Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2272

IE8 Breaks in use of ownerNode in pageinit.js

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.4
    • 5.4
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              thiagohp Thiago Henrique De Paula Figueiredo
              llama-king Peter H
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: