On Apr 7, 6:57 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Hi Klaus > > >>Does the Listen plugin provide a fix for this? > > Nope, only for focus and blur. But if you find a cool way, I'd gladly > integrate it into Listen. > > Cheers
Seems to be doable (just like replacing focus/blur) by replacing submit/reset with a pair of events: submit => click/keypress (check for enter) reset => click/keypress (check for keypress) It has been done here: http://devthatweb.com/view/basic-event-delegation-in-prototype although in the code examples button elements are not taken into account and reset isn't at all. I'll put something together, I really need it. Theoretically the fix should be the same for Safari 2. --Klaus