﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2179	Identical adjacent styles are not merged	Hervé BLONDEAU		"ENVIRONMENT[[BR]]
This was tested with the following browsers:[[BR]]
- Windows XP: Firefox2[[BR]]
- MacOS X: Safari3[[BR]]
And with FCKeditor 2.5 and 2.6[[BR]][[BR]]
DESCRIPTION[[BR]]
1. Using any of the aforementioned browsers/OS, go to the demo page at [http://www.fckeditor.net/demo][[BR]]
2. Apply an inline style such as ""Marker: Yellow"" to ""This is so"" at the beginning of the line[[BR]]
3. Apply the same style to ""me sample text""[[BR]]
The generated source is:[[BR]]
{{{
<span style=""background-color: Yellow;"">This is so</span><span style=""background-color: Yellow;"">me <strong>sample text</strong></span>
}}}
[[BR]]
But it would make more sense to merge the tags and output (as it is done in IE):[[BR]]
{{{
<span style=""background-color: Yellow;"">This is some <strong>sample text</strong></span>
}}}
[[BR]]
[[BR]]
This is obviously in the same category as ticket #2040, however I did not know if it can be considered as a duplicate and therefore created a new ticket.[[BR]]
"	Bug	closed	Normal		Core : Styles	FCKeditor 2.5	worksforme		
