2009-11-15 110 views
0

TinyMCE初始化看起來是這樣的:TinyMCE的在Internet Explorer不會加載

var tinymce_advanced_options = { 
     mode : "textareas", 
     theme : "advanced", 
     editor_deselector : "mceNoEditor", 
     theme_advanced_resizing_min_width : 500, 
     theme_advanced_resizing_max_width : 800, 
     plugins : "autoresize,paste,preview,safari,table,contextmenu,paste,imagepopup,emotions", 

     width: "800", 
     button_title_map: false, 
     apply_source_formatting: true, 
     theme_advanced_toolbar_align: "left", 
     theme_advanced_buttons1: "formatselect,outdent,indent,seperator,undo,redo,separator,emotions", 
     theme_advanced_buttons2: "justifyleft,justifycenter,justifyright,separator,bold,italic,separator,bullist,numlist,link,separator,imagepopup,table,separator", 
     theme_advanced_buttons3: "preview", 
     plugin_preview_width : "500", 
     plugin_preview_height : "600", 

     theme_advanced_toolbar_location: "bottom", 
     theme_advanced_resizing : true, 
     theme_advanced_blockformats : "p,h2,h3,blockquote" 
    }; 

這在Firefox加載罰款,而在Internet Explorer 7,微調都在旋轉,永不負荷。

任何線索讚賞。

+0

也許是一個明顯的建議,但您可能需要刷新IE的緩存以確保它不會嘗試加載borked配置。 – 2009-11-15 10:19:53

+0

在開發者控制檯[F12]尋找提示。 – naXa 2016-02-08 15:04:42

回答

2

嘗試註釋掉從頂部到第一部分的所有行,以獲得在IE7中工作的內容。然後逐行取消註釋以查看其配置的任何部分。

+0

有幫助。謝謝。 刪除所有插件,它的工作。 任何想法爲什麼添加「情緒」插件會導致IE7中的這個問題? – user16455 2009-11-18 04:18:36