Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#41016 closed defect (bug) (duplicate)

RTL Support to TinyMCE in Widget Text Editor

Reported by: guytzhak's profile guytzhak Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.8
Component: Widgets Keywords:
Focuses: rtl Cc:

Description

Hi,
When the site is RTL and I go to widget area and edit the text area editor, the new TinyMCE edior is LRT.

I add this jQuery to admin to fix it:

jQuery( document ).on( 'tinymce-editor-setup', function( event, editor ) {
    
    editor.settings.directionality = 'rtl';
 
});

Hope you find it's helpfull

Change History (1)

#1 @ocean90
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hello @guytzhak, thanks for the report. We're already tracking this issue in #40972.

Note: See TracTickets for help on using tickets.