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

LinkSubmit broken in IE 7 mode

    XMLWordPrintableJSON

Details

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

    Description

      LinkSubmit makes use of Tapestry.remove(), whose implementation is broken in IE 7.

      Once Tapestry.purge() operates on an element, it can't be deleted via $(element).remove() because the remove function property will have been purged, thus:

      element.remove();

      needs to be

      Element.remove(element);

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: