[
https://issues.apache.org/jira/browse/WICKET-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650655#action_12650655
]
Gabriel LANDON commented on WICKET-1653:
----------------------------------------
This bug seems to have been fixed in 1.3.5. I don't have this error anymore
since i've upgraded to wicket 1.3.5.
Lines 840 and 889 in file wicket-ajax.js has been changed to :
if (typeof(Wicket.Focus.lastFocusId) != "undefined" && Wicket.Focus.lastFocusId
!= "" && Wicket.Focus.lastFocusId != null)
t.setRequestHeader("Wicket-FocusedElementId", Wicket.Focus.lastFocusId);
> Invalid argument in wicket-ajax.js (line 606) causes not loading ajax lazy
> load panel in IE
> -------------------------------------------------------------------------------------------
>
> Key: WICKET-1653
> URL: https://issues.apache.org/jira/browse/WICKET-1653
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.3
> Environment: IE6.0.2900.2180 on xp
> Reporter: Per Newgro
> Assignee: Matej Knopp
> Priority: Critical
>
> see description at
> http://www.nabble.com/javascript-error-in-internet-explorer-td16732896.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.