Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1202

Wicket.Event getId() causes error in IE6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0-rc1
    • 1.3.0-rc2
    • wicket
    • None

    Description

      on 11/27/2007 (rev 598811?), mknopp introduced two new js methods in wicket-event.js. This code causes javascript errors (on IE6) with the onload script. Other events on the page are fine, but (at least) the onLoad event uses the window object and IE issues the message "Object doesn't support this property or method".

      Specifically, I traced the problem to line 97: element.getAttribute("id"). getAttribute() is not supported by the window object.

      Attachments

        1. qs-wicketevent.zip
          13 kB
          Chuck Deal

        Activity

          People

            knopp Matej Knopp
            cdeal Chuck Deal
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: