You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/09/10 22:47:33 UTC

[jira] Updated: (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:all-tabpanel ]

Martin Grigorov updated WICKET-3040:
------------------------------------

    Attachment: wicket-3040.tgz

Attaching a quickstart.
Ignore the odd way java and html are placed.
The very first click on the link at: http://localhost:8080/pack/OtherPage doesn't work, all following click work.

> 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.