id summary reporter owner description type status priority milestone component version resolution keywords cc 16944 Setting language in inline editor doesn't change language direction in content area. Jakub Ś "== Steps to reproduce == 1. Open attached sample 2. Change language to Arabic == Expected result == Toolbar and contentarea change direction to RTL. == Actual result == Only Toolbar changes direction to RTL. Content area stays in LTR mode. == Other details (browser, OS, CKEditor version, installed plugins) == Problem can be worked around by uncommenting this code: {{{ var container = document.getElementById( 'editor1' ); if( languageCode == 'ug' || languageCode == 'fa' || languageCode == 'ar' || languageCode == 'he' ) container.setAttribute( 'dir', 'rtl'); else container.setAttribute( 'dir', 'ltr'); }}} " Bug closed Normal General 4.0 worksforme