]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
update tinymce to 3.5.0.1
[friendica.git] / library / tinymce / jscripts / tiny_mce / plugins / fullscreen / editor_plugin_src.js
index afa4f9b46ebf2e5967ab236285792872ad6ab77b..6622f924a8438b5c5022d13910358270dec9cd55 100644 (file)
@@ -79,7 +79,7 @@
                                                vp.h -= 1;\r
 \r
                                        // Use fixed position if it exists\r
-                                       if (tinymce.isIE6)\r
+                                       if (tinymce.isIE6 || document.compatMode == 'BackCompat')\r
                                                posCss = 'absolute;top:' + vp.y;\r
                                        else\r
                                                posCss = 'fixed;top:0';\r