diff --git a/umbraco/presentation/umbraco_client/tinymce3/tiny_mce_src.js b/umbraco/presentation/umbraco_client/tinymce3/tiny_mce_src.js
index 455b2f8215..14b4f3a294 100644
--- a/umbraco/presentation/umbraco_client/tinymce3/tiny_mce_src.js
+++ b/umbraco/presentation/umbraco_client/tinymce3/tiny_mce_src.js
@@ -10713,13 +10713,15 @@ tinymce.create('tinymce.ui.Toolbar:tinymce.ui.Container', {
t.iframeHTML += '';
- // Firefox 2 doesn't load stylesheets correctly this way
- if (!isGecko || !/Firefox\/2/.test(navigator.userAgent)) {
- for (i = 0; i < t.contentCSS.length; i++)
- t.iframeHTML += '';
+ //tg commenting this out, otherwise the content_css isn't last issue #30184
- t.contentCSS = [];
- }
+// // Firefox 2 doesn't load stylesheets correctly this way
+// if (!isGecko || !/Firefox\/2/.test(navigator.userAgent)) {
+// for (i = 0; i < t.contentCSS.length; i++)
+// t.iframeHTML += '';
+
+// t.contentCSS = [];
+// }
bi = s.body_id || 'tinymce';
if (bi.indexOf('=') != -1) {
@@ -11179,6 +11181,8 @@ tinymce.create('tinymce.ui.Toolbar:tinymce.ui.Container', {
t.dom.loadCSS(u);
});
+
+
// Handle auto focus
if (s.auto_focus) {
setTimeout(function () {