You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Federico Fanton (JIRA)" <ji...@apache.org> on 2008/08/13 18:00:47 UTC

[jira] Created: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

"Invalid procedure call or argument" on AJAX call with IE7
----------------------------------------------------------

                 Key: WICKET-1788
                 URL: https://issues.apache.org/jira/browse/WICKET-1788
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.4
         Environment: Windows XPsp2, IE7
            Reporter: Federico Fanton


I have a Button that shows a JS alert and then executes an AJAX call.
It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.

Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html

I'll add a quickstart and a patch in a moment.

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


[jira] Resolved: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-1788.
---------------------------------

    Resolution: Fixed

should be fixed

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>             Fix For: 1.3.5, 1.4-M4
>
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch, invalidprocedurecall_ie7.patch2
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Commented: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623447#action_12623447 ] 

Matej Knopp commented on WICKET-1788:
-------------------------------------

Commited to trunk and 1.3 branch.


> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch, invalidprocedurecall_ie7.patch2
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Updated: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Federico Fanton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Fanton updated WICKET-1788:
------------------------------------

    Attachment: invalidprocedurecall_ie7.patch2

Sorry, the check for lastFocusId "null-ness" is required on Ajax POST too, not just Ajax GET

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch, invalidprocedurecall_ie7.patch2
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Updated: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-1788:
-------------------------------------

    Fix Version/s: 1.4-M4
                   1.3.5

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>             Fix For: 1.3.5, 1.4-M4
>
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch, invalidprocedurecall_ie7.patch2
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Issue Comment Edited: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623447#action_12623447 ] 

knopp edited comment on WICKET-1788 at 8/18/08 12:46 PM:
---------------------------------------------------------------

Committed to trunk and 1.3 branch.


      was (Author: knopp):
    Commited to trunk and 1.3 branch.

  
> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch, invalidprocedurecall_ie7.patch2
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Commented: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Federico Fanton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622266#action_12622266 ] 

Federico Fanton commented on WICKET-1788:
-----------------------------------------

Forgot to mention: could be the same problem as https://issues.apache.org/jira/browse/WICKET-1585

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Updated: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Federico Fanton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Fanton updated WICKET-1788:
------------------------------------

    Attachment: invalidprocedurecall_ie7.patch

Patch tested with Firefox 2 and IE7

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Assigned: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1788:
-------------------------------------

    Assignee: Matej Knopp

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>            Assignee: Matej Knopp
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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


[jira] Updated: (WICKET-1788) "Invalid procedure call or argument" on AJAX call with IE7

Posted by "Federico Fanton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Federico Fanton updated WICKET-1788:
------------------------------------

    Attachment: invalidprocedure_quickstart.tgz

Quickstart (Eclipse project )

> "Invalid procedure call or argument" on AJAX call with IE7
> ----------------------------------------------------------
>
>                 Key: WICKET-1788
>                 URL: https://issues.apache.org/jira/browse/WICKET-1788
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Windows XPsp2, IE7
>            Reporter: Federico Fanton
>         Attachments: invalidprocedure_quickstart.tgz, invalidprocedurecall_ie7.patch
>
>
> I have a Button that shows a JS alert and then executes an AJAX call.
> It works fine under Firefox 2, but fails under IE7.. The alert appears, I click "ok" and then I get the "Initiating Ajax GET request..." inside "WICKET AJAX DEBUG", but it doesn't reach my serverside handler.
> After clicking "ok", in the bottom-left corner of the window appears a javascript error: "Invalid procedure call or argument", line 849, code 0.
> Original discussion: http://www.nabble.com/Button-with-confirmation-with-IE7-td18944137.html
> I'll add a quickstart and a patch in a moment.

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