Browse Source

Task #2927 - Resizing flv movies directly with the mouse has been temporarily disabled for IE, additional tricky changes are needed.

Ivan Tcholakov 14 years ago
parent
commit
43f22e9be5

+ 2 - 1
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js

@@ -1279,7 +1279,8 @@ FCK.GetRealElement = function( fakeElement )
         {
             // Resizing a movie according to its fake image size.
             // The user can resize the fake image on IE and Firefox.
-            if ( e.nodeName.IEquals( 'div' ) )
+            if ( !FCKBrowserInfo.IsIE               // This feature has been temporarily disabled for IE, additional tricky changes are needed.
+                && e.nodeName.IEquals( 'div' ) )
             {
                 if ( e.id )
                 {

File diff suppressed because it is too large
+ 0 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js


Some files were not shown because too many files changed in this diff