Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-17188

Bug in autocomplete-widget.js. IE have bug in removeChild

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.13.5
    • None
    • None
    • IE 7.0

    Description

      IE has a bug in removeChild (Ivalid argument exception), so please replace in line 670 of autocomplete-widget.js

      containerE.removeChild(child);
      

      with

      child.parentNode.removeChild(child)
      

      Attachments

        Activity

          People

            sharwood frother (Inactive)
            2d15ef7ea19e Andrey Larionov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 0.5h
                0.5h