Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA_P01
    • Fix Version/s: 1.8.2-EE-GA_P02
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      IE 8

      Description

      Testing found an apparent regression in ICE-5522, with IE 8, which showed that ICE-5522 never worked with IE 8, although it did work with IE 6. Not sure about IE 7.

        Issue Links

          Activity

          Hide
          Mark Collette added a comment -

          One of the issues was that setting a DOM element's attribute value to null simply sets it to "null" in IE 8. Replaced that code with setAttribute(name, null).

          The second issue was a bit more tricky. The onchange event object would become unusable, when held and used through a timeout. Trying to access event.type or just about any property on it would exception, thus interfering with the intended partial submit.

          TRUNK
          Subversion 21300
          icefaces\bridge\lib\extras\select.js

          1.8.2-EE-GA_P02
          icefaces-ee/patches/sf-9093
          Subversion 21301
          icefaces\bridge\lib\extras\select.js

          Show
          Mark Collette added a comment - One of the issues was that setting a DOM element's attribute value to null simply sets it to "null" in IE 8. Replaced that code with setAttribute(name, null). The second issue was a bit more tricky. The onchange event object would become unusable, when held and used through a timeout. Trying to access event.type or just about any property on it would exception, thus interfering with the intended partial submit. TRUNK Subversion 21300 icefaces\bridge\lib\extras\select.js 1.8.2-EE-GA_P02 icefaces-ee/patches/sf-9093 Subversion 21301 icefaces\bridge\lib\extras\select.js

            People

            • Assignee:
              Unassigned
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: