소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.