You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/09/11 18:15:32 UTC

[jira] Assigned: (WICKET-3040) Ajax form submit fails in Wicket 1.4.11/Firefox3.6

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

Igor Vaynberg reassigned WICKET-3040:
-------------------------------------

    Assignee: Igor Vaynberg  (was: Martin Grigorov)

> Ajax form submit fails in Wicket 1.4.11/Firefox3.6
> --------------------------------------------------
>
>                 Key: WICKET-3040
>                 URL: https://issues.apache.org/jira/browse/WICKET-3040
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.11, 1.5-M2
>         Environment: Wicket 1.4.11, Firefox 3.6.10pre
>            Reporter: Martin Grigorov
>            Assignee: Igor Vaynberg
>         Attachments: wicket-3040.tgz
>
>
> The very first ajax form submit fails in the attached quickstart.
> The cause is :
> Revision 988809 - (view) (download) (as text) (annotate) - [select for diffs]
> Modified Wed Aug 25 05:22:58 2010 UTC (2 weeks, 2 days ago) by ivaynberg
> AjaxSubmitLink not calling the onsubmit event handler
> Issue: WICKET-2807
> commenting wicket-ajax.js, line 1096:
> submitForm: function(form, submitButton) {
> 	    if (!Wicket.Event.fire(form, "submit")) return;  <<<<<< THIS
> 	    if (this.handleMultipart(form, submitButton)) {
> fixes the problem

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