Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5460

HTMLEditor is not working fine with IE11

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.9
    • None
    • None
    • None

      due to tinyMCE.activeEditor.execCommand('mceAddUndoLevel') called on an unfocused editor

          [CMS-5460] HTMLEditor is not working fine with IE11

          fix (instead of removing tinyMCE.focus)

                  	var dae = document.activeElement;
                  	tinyMCE.focus();
          
                         tinyMCE.activeEditor.execCommand('mceAddUndoLevel');
                         if (dae != null) dae.focus();
          

          Raphaël Franchet added a comment - fix (instead of removing tinyMCE.focus) var dae = document.activeElement; tinyMCE.focus(); tinyMCE.activeEditor.execCommand( 'mceAddUndoLevel' ); if (dae != null ) dae.focus();

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: