On 8/29/06, hartshorne <[EMAIL PROTECTED]> wrote:
>
> It seems you can't cancel onkeydown events with Safari. You can cancel
> onkeypress events, but MochiKit doesn't return key().string for special
> keys in a keypress event. To prevent form submissions, just do
> something like this:
>
> connect('someForm', 'onsubmit', function(e) { e.stop(); });
>

You are indeed a tenacious investigator. But indeed your solution is
the one I eventually came to lo those 27 days ago when this thread
died.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to