From 8e528fd7bf2e2bd1e20c7e7de5eefb26bf6b19d9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 23 May 2012 14:09:57 -0400 Subject: [PATCH] hide_blockquote - a new plugin for hiding citation blocks --- program/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 afa4f9b..6622f92 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'; -- Gitblit v1.9.1