I don't use the ajax helper so I don't know if there's a fix for that. It certainly doesn't seem like an optimal behaviour. You could look into using jQuery, which is what I use. Of course, you'll need to slap together a few lines of JS. But, once you get your head around how it works it's really quite refreshing to use.
On Sun, Apr 6, 2008 at 8:43 AM, schneimi <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a form including several select-boxes, and I want the form to > submit on change of the form-elements, so I use $ajax->observeForm() > and set the frequency option to 1. > > Its works good besides one thing, the form is also submitted if I only > move the mouse over the select-box-items without clicking and choosing > them. Is there a way to handle this? > > schneimi > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
