Hi all, I've been wracking my (tiny) brains trying to find a solution to this problem, I'm hoping someone here has come across the problem and found a solution or can think of one.
I have a form with some $ajax->autoComplete controls along with other standard controls, and I also have a $ajax->observeForm for the form. What I'm seeing is that if an autoComplete control is allowed to complete, the form observer isn't triggered, even on exit of the autoComplete control. When exiting other controls the form observer get's triggered and does it's job just fine. Obviously the autoComplete controls are stopping the onBlur and other events from bubbling up to the form handler, is there a way round this (other than using a pretty wasteful $ajax->remoteTimer)? Thanks in advance for any help you can give. Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
