Opened 12 years ago
Closed 12 years ago
#11273 closed Bug (invalid)
"Remove language" removes only first language
| Reported by: | Piotr Jasiun | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.3 | 
| Keywords: | Cc: | 
Description
- Open any browser (tested in IE8 and Chrome).
 - Open replace by class example.
 - In source mode put content:
<p><span dir="ltr" lang="es">xxx <span dir="rtl" lang="ar">foo</span> xxx</span></p>
 - Go to WYSIWYG mode.
 - Select all.
 - From Language menu select "Remove language"
 
Expected behavior: both es and ar languages will be removed.
Actual behavior: only es attribute is removed.

This is an intentional behaviour. Note that the option is called "Remove language", not "Remove languages".