[wp-trac] [WordPress Trac] #39248: TinyMCE JavaScript editor is broken in 4.7

WordPress Trac noreply at wordpress.org
Sat Feb 4 16:28:11 UTC 2017


#39248: TinyMCE JavaScript editor is broken in 4.7
-----------------------------+---------------------------------------------
 Reporter:  argonius         |       Owner:
     Type:  defect (bug)     |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  TinyMCE          |     Version:  4.7
 Severity:  normal           |  Resolution:  invalid
 Keywords:  close 2nd-       |     Focuses:  ui, javascript, administration
  opinion                    |
-----------------------------+---------------------------------------------
Changes (by azaozz):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 There are already quite a few ways. Which editor loads first is controlled
 by the `editor` user setting. You can change/override it before TinyMCE is
 initialized:
 {{{
 window.setUserSetting( 'editor', 'tinymce' );
 }}}


 Once it is initialized, you can do `editor.isHidden()` to see which is
 currently being used.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39248#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list