Try our conversational search powered by Generative AI!

TinyMCE: HTML source Editor display blank in IE11

Vote:
 

I get the the HTml editor as blank without the update button in edit mode for IE 11. did anyone face similar issue?

#89178
Aug 08, 2014 17:10
Vote:
 

Any errors in console?

#89218
Aug 11, 2014 17:08
Vote:
 

Hi


This is a known issue (#113746:TinyMce: Edit Html source is blank in IE 11) in CMS-6R2 which won't be fixed for some reasons.  Try running IE in compatibility mode and see if that helps.

#89322
Aug 13, 2014 12:52
Vote:
 

Hi Valdis,

Error: Object doesn't support property or method 'attachEvent'.

We get this error in tiny_mce_popup.js.

Error: Object doesn't support property or method 'attachEvent'

Thanks Shahid!!

#89379
Edited, Aug 14, 2014 16:58
Vote:
 

@Shahid Does not work in compatibility mode.

#89383
Aug 14, 2014 17:20
Vote:
 

Have the same problem with IE 11. Works with original EPi6 R2 but after updating (to 6.1.379.1000) the HTML is blank.
Also got problem with tables.

Compatibility mode works but since we are working with an update for a customers site where hundreds of different editors will work on it there isn't a solution.

#113972
Dec 02, 2014 14:40
Vote:
 

I had the same problem with IE 11. 

The solution worked for me was the below one.

To fix this compared to IE, there must be some changes in the JS file that you find here: themes / advanced / js / source_editor.js


Look at the function; onLoadInit ()

"tinymce.isGecko" prevents retrieving the data from the editor.

The following two lines must be moved at the start of the function:

1. document.getElementById('htmlSource').value = tinyMCEPopup.editor.getContent({source_view : true});

2. resizeInputs();

#131717
Edited, Aug 04, 2015 9:47
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.