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;