Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2926

Some nodes not removed on ajax request when IE6 is used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.0.2
    • JSR-314
    • None

    Description

      We have two bugs:

      • node.innerHTML = "" throw an exception on IE8 and compatibility mode is used
      • The node is not removed correctly on IE6.

      There is a code that catch the exception on _Dom._removeChildNodes() method, but on _Dom. _removeNode we don't have it, and in some cases, it is expected to replace <tr> or <img> or other nodes when an ajax occur. In this case we need to force node removal using removeChild() method to make sure it works well on this case. When nodes like div, this bug is not present.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: