You are not logged in.
Pages: 1
Hi,
Thtough project eXSLTForms, I integrated Xinha in XForms (see http://extxsltforms.sourceforge.net/sit … xinha.xml), within XSLTForms processor.
But it is now working only for Gecko and IE, as I have no idea on hpw to attach a handler for "blur" event for editor.
For IE and Gecko I used:
Xinha._addEvent( editor._iframe, 'blur', function(){ } ); // IE
Xinha._addEvent( editor._doc, 'blur', function(){ } ); // GECKO
Anyone has any idea on how to solve this for Opera, Google Chrome, and Safari?
Thanks in advance,
Claudius
Offline
Mostly the others work similarly to GECKO, but it woudln't surprise me if there simply isn't support for blur in this instance. Best I can suggest is work backwards from _doc and try blur events on the parent nodes to see if anything fires it.
James Sleeman
Offline
Pages: 1