Преглед на файлове

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

Ivan Tcholakov преди 14 години
родител
ревизия
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 )
                 {

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js


Някои файлове не бяха показани, защото твърде много файлове са промени