﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12343	ACF does not play well with basicstyles	Wiktor Walc		"1. Start CKEditor with:

{{{
CKEDITOR.replace( 'editor1', {
    allowedContent : 'u i b'
} );
}}}

2. Enter ""foo bar"", select it and press ""B"", ""I"" buttons. 
3. Result in CKEditor:
{{{
<em><strong>foo bar</strong></em>
}}}
 (it can be easily noticed in the elements path).

Although `getData()` returns properly `<i><b>foo bar</b></i>`, such behavior is buggy. When CSS styles are defined for `<b>`/`<i>` they will not be applied for `<strong>`/`<em>`. Besides it is misleading for anyone configuring ACF.

"	Bug	confirmed	Normal		Core : Styles	4.1			
