Re: [Xsltforms-support] TinyMCE
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2014-04-10 20:05:34
|
Hi Mark, Unfortunately, Apple decided not to provide Windows version of Safari after 5.1.7. I am not able to reproduce this issue but I think that some try/catch could fix this... This example at agencexml.com is currently using TinyMCE 3.4.6. You could try this very same example form with a more recent TinyMCE 3.x version. With rev.593, TinyMCE 4.0 is now also supported. Two attributes have to be added at the script element to identify it: data-uri="http://www.tinymce.com" and data-version="4.0". Please find attached a test form. Thank you for your feedback! -Alain Le 09/04/2014 23:30, Mark Lawson a écrit : > Hi, > > I’m getting an odd error with the TinyMCE example at http://www.agencexml.com/xsltforms/tinymce.xml > > When I load it into Safari 7.03 I get the following : > > TypeError: 'null' is not an object (evaluating 's.getRng') > > If I dismiss the alert, everything works ok though. Any ideas? > > Rgds, > > Mark Lawson > > > > > > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |