[richfaces-svn-commits] JBoss Rich Faces SVN: r14043 - trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 6 17:47:59 EDT 2009


Author: nbelaevski
Date: 2009-05-06 17:47:59 -0400 (Wed, 06 May 2009)
New Revision: 14043

Modified:
   trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src.js
Log:
https://jira.jboss.org/jira/browse/RF-7040

Modified: trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src.js
===================================================================
--- trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src.js	2009-05-06 21:45:16 UTC (rev 14042)
+++ trunk/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/tiny_mce_src.js	2009-05-06 21:47:59 UTC (rev 14043)
@@ -7060,7 +7060,7 @@
 				n.src = tinymce.baseURL + '/plugins/safari/blank.htm';
 			} else {
 				if (!isIE || !tinymce.relaxedDomain) {
-					if (!isWebKit || n.tagName != 'iframe' /* not XHTML mode */) {
+					if (!isWebKit || !n || n.tagName != 'iframe' /* not XHTML mode */) {
 						t.setupIframe();
 					} else {
 						var _t = t;




More information about the richfaces-svn-commits mailing list