CMS MADE SIMPLE FORGE

TinyMCE

 

[#12162] TinyMCE 3.3. doesn’t work with Microsoft Edge

avatar
Created By: Adrian von Muralt (Callisto58)
Date Submitted: Wed Oct 02 04:12:03 -0400 2019

Assigned To: Morten Poulsen (silmarillion)
Version: 3.3
CMSMS Version: 2.2.12
Severity: Major
Resolution: Won't Fix
State: Closed
Summary:
TinyMCE 3.3. doesn’t work with Microsoft Edge
Detailed Description:
It is not possible to write in the text window.


History

Comments
avatar
Date: 2019-10-02 04:32
Posted By: Mathieu Muths (airelibre) (airelibre)

Do you get some errors in the console?
Does the demo on https://www.tiny.cloud work for you?

Thanks
      
avatar
Date: 2019-10-15 04:20
Posted By: Adrian von Muralt (Callisto58)

The demo on https://www.tiny.cloud works on  Microsoft Edge, but not 
the TinyMCE 3.3 modul.

In the console I see:
HTML1509: Endmarkierung ohne Entsprechung.
moduleinterface.php (427,7)

      
avatar
Date: 2019-10-15 04:44
Posted By: Mathieu Muths (airelibre) (airelibre)

To help testing, can you please try to disable the "auto resize" option in your
profile?
      
avatar
Date: 2019-10-16 03:49
Posted By: Adrian von Muralt (Callisto58)

To disable the "auto resize" option does not have positive effect.
      
avatar
Date: 2020-03-16 17:03
Posted By: Matt Hornsby (DIGI3) (DIGI3)

I can verify this - it seems related to the inline style display: block on the
tox-tinymce area. In Edge's inspector if I uncheck "display: block" the content
block becomes editable. For a workaround I've added:

.tox-tinymce {
  display: flex !important;
}


to /modules/TinyMCE/lib/js/tinymce/skins/ui/oxide/skin.min.css 


      
avatar
Date: 2020-03-16 19:51
Posted By: Matt Hornsby (DIGI3) (DIGI3)

note - the workaround above will remove the scrollbars, so in Edge you need to
scroll with the arrows. In good browsers it actually seems enable auto-resize of
the box to fit the content, perhaps fixing a different bug too.
      
avatar
Date: 2020-06-04 08:43
Posted By: Chris Taylor (chrisbt)

Issue still exists with 3.3.2. and the admin demo completely broken. 
From what I could see the styles being applied on the demo site
https://www.tiny.cloud seem quite different to what I could see in the TinyMCE
v3.3.2 module. I tried to dig deeper but couldn't make any progress.
      
avatar
Date: 2020-06-04 16:17
Posted By: Morten Poulsen (silmarillion)

Works in recent Edge versions which are Chromium based. As this should be
rolling out on windows updates it does not make much sense to spend time trying
to fix it.
      
Updates

Updated: 2020-06-04 16:17
resolution_id: => 8
assigned_to_id: 100 => 113
state: Open => Closed