You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by SC...@UP.COM on 2010/04/29 19:41:59 UTC

onClick does not fire under certain repeatable circumstances

Hello All,

We have a complex form. Ajax submission of the form launches a modal
window.

When a form component with an onChange or onBlur has the focus, and the
user clicks on the submit button, the ajax event for the onChange/onBlur
happens, the submit button gets focus, but the onClick event is not fired.

Any ideas what is going on?


Shawn Tumey
Associate Systems Engineer
Union Pacific Railroad
**

This message and any attachments contain information from Union Pacific which may be confidential and/or privileged.  If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited by law.  If you receive this message in error, please contact the sender immediately and delete the message and any attachments.

**

Re: onClick does not fire under certain repeatable circumstances

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Sure.  Seems like request throttling - your onblur happens before the click,
which makes a request, and that blocks the click from happening.

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 29, 2010 at 12:41 PM, <SC...@up.com> wrote:

>
> Hello All,
>
> We have a complex form. Ajax submission of the form launches a modal
> window.
>
> When a form component with an onChange or onBlur has the focus, and the
> user clicks on the submit button, the ajax event for the onChange/onBlur
> happens, the submit button gets focus, but the onClick event is not fired.
>
> Any ideas what is going on?
>
>
> Shawn Tumey
> Associate Systems Engineer
> Union Pacific Railroad
> **
>
> This message and any attachments contain information from Union Pacific
> which may be confidential and/or privileged.  If you are not the intended
> recipient, be aware that any disclosure, copying, distribution or use of the
> contents of this message is strictly prohibited by law.  If you receive this
> message in error, please contact the sender immediately and delete the
> message and any attachments.
>
> **
>