Fix FF3 event pair on buttons
Brought to you by:
ajaxforms
I'm not 100% sure that this is the best way to fix a problem where FF3 is submitting two events on button clicks, but it seems to solve the problem.
For instance, on http://ajaxforms.sourceforge.net/samples/bookmarks.html you get two new links appear when you click New link in FF3.
Patch to fix double event problem in FF3
Because with FF3 clicks were doubled, I have modified in XSLTForms ( http://sourceforge.net/projects/xsltforms/ ) the callback function defined in the Listener function.
Calling twice XMLEvents.dispatch(this, "DOMActivate") should disturbe the XForms events management...