You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/12/11 09:57:43 UTC

[jira] Closed: (WICKET-1202) Wicket.Event getId() causes error in IE6

     [ https://issues.apache.org/jira/browse/WICKET-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1202.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc2

this is fixed in RC2

> Wicket.Event getId() causes error in IE6
> ----------------------------------------
>
>                 Key: WICKET-1202
>                 URL: https://issues.apache.org/jira/browse/WICKET-1202
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>            Reporter: Chuck Deal
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-rc2
>
>         Attachments: qs-wicketevent.zip
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.