[wp-trac] [WordPress Trac] #40972: TinyMCE editor in Text widget does not have RTL contents
    WordPress Trac 
    noreply at wordpress.org
       
    Tue Jun 13 15:38:31 UTC 2017
    
    
  
#40972: TinyMCE editor in Text widget does not have RTL contents
--------------------------+--------------------
 Reporter:  sa3idho       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.8.1
Component:  Widgets       |     Version:  4.8
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+--------------------
Comment (by guytzhak):
 The solution is:
 {{{
 jQuery( document ).on( 'tinymce-editor-setup', function( event, editor ) {
     editor.settings.directionality = 'rtl';
 });
 }}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40972#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list