Opened 8 years ago
Closed 8 years ago
#41016 closed defect (bug) (duplicate)
RTL Support to TinyMCE in Widget Text Editor
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
Hello @guytzhak, thanks for the report. We're already tracking this issue in #40972.