Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-1583

Linked Autocompleter not working on IE 6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.3
    • Build Management
    • None
    • Patch

    Description

      The Autocompleter tag was failing on IE 6 due to an encoding issue, WW-1582 and a difference between IE and FF, on this json array:

      [ ["A"], ["B"], ]

      FF creates this array:

      {"A", "B"}

      ,
      and IE 6:

      {"A", "B", null}

      Attachments

        1. WW-1583.patch
          0.6 kB
          Musachy Barroso

        Activity

          People

            mrdon Donald J. Brown
            musachy Musachy Barroso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: