[ 
https://issues.apache.org/jira/browse/WICKET-4851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493282#comment-13493282
 ] 

Andrea Del Bene edited comment on WICKET-4851 at 11/8/12 4:33 PM:
------------------------------------------------------------------

I think the problem is inside function Wicket.Event.fix (file 
wiket-evet-jquery.js, line 124). Here we should replace 'jQuery.event.fix(evt)' 
with 'jQuery.event.fix(evt || window.event)'.
PS: for those (like me) who aren't black belt of JavaScript, it is worth 
remembering that OR operator can be used also to express an alternative value 
if a variable is undefined. 
                
      was (Author: bitstorm):
    I think the problem is inside function Wicket.Event.fix (file 
wiket-evet-jquery.js, line 124). Here we should replace 'jQuery.event.fix(evt)' 
with 'jQuery.event.fix(evt || window.event)'.

                  
> IE8, IE7 javascript errors with Wicket 6
> ----------------------------------------
>
>                 Key: WICKET-4851
>                 URL: https://issues.apache.org/jira/browse/WICKET-4851
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.2.0
>            Reporter: Jack Berg
>
> I am having problems with Javascript in IE8 and IE7. 
> I am getting a flood of 
> SCRIPT5007: Unable to get value of the property 'jQuery17209514285345432955': 
> object is null or undefined 
> jquery-ver-1348220874405.js, line 3405 character 3 
> errors to the console.
> The problem can also be observed in the simple example 
> www.wicket-library.com/wicket-examples-6.0.x/ajax/modal-window 
> Just open a modal window and close it by the X in the corner. Observe how the 
> console is flooded with error messages. IE9 in IE8 mode will also do. 
> Tried it with wicket 6.2. Line numbers are for development mode javascript.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to