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 04:56:32 UTC

[jira] Commented: (WICKET-3040) Form submitting fails in Wicket 1.4.11/Firefox3.6

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

Igor Vaynberg commented on WICKET-3040:
---------------------------------------

is this also failing in 1.5-m2? if so we should -1 the release.

> Form submitting 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
>         Environment: Wicket 1.4.11, Firefox 3.6.10pre
>            Reporter: Martin Grigorov
>         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.