﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10916	Magicline icon is not mirrored in RTL environments	Teresa Monahan	Olek Nowodziński	"To Reproduce:
- Open the uiLanguages sample and select an RTL language from the dropdown e.g. Arabic
- Insert a table at the start of the editor
- Hover above the editor so that the magicline UI is displayed.
Problem: The icon is not mirrored for RTL languages.[[BR]]

The following code is from magicline/plugin.js. As you can see there is no support for loading a different icon for rtl/ltr languages:

{{{
iconPath = this.path + 'images/' + ( env.hidpi ? 'hidpi/' : '' ) + 'icon.png';
}}}


"	Bug	closed	Normal	CKEditor 4.4.4	General	4.0	fixed	IBM	Satya Minnekanti Irina
