From 8a4cc52bd62bdf7b06bf8919f208cdfb035a5816 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 8 May 2012 11:38:39 +0200 Subject: TinyMCE 3.5 --- program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js') diff --git a/program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js b/program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js index afa4f9b46..6622f924a 100644 --- a/program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js +++ b/program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js @@ -79,7 +79,7 @@ vp.h -= 1; // Use fixed position if it exists - if (tinymce.isIE6) + if (tinymce.isIE6 || document.compatMode == 'BackCompat') posCss = 'absolute;top:' + vp.y; else posCss = 'fixed;top:0'; -- cgit v1.2.3