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

IE 8 throws an exception while purging JavaScript event handlers from elements as they are destroyed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 5.2.0
    • 5.2.1
    • tapestry-core
    • None

    Description

      The fix for TAP5-1147 causes an exception when it finds an element with a function for an attribute value under IE 8. In the purge function in tapestry.js starting at line 640, the count of attributes is kept in a variable, then the attributes are processed starting at the beginning. When an attribute is found where the value is a function, the attribute is removed and the count of attributes changes. When the loop gets to the end, an exception is thrown because attrs[i] is undefined.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            bheston Brian Heston
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: