﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2747	alignment in div with break creates new div	Dave		"When I enter the following html in the nightly build:[[BR]]

{{{
<div style=""position: absolute; top: 10mm; left: 20mm;"" id=""testid"">this is some text <br />
and some more</div>
}}}
and I select (some part of) the first line and align it to the right, I get:[[BR]]
{{{
<div id=""testid"" style=""position: absolute; top: 10mm; left: 20mm; text-align: right;"">this is some text</div>
<div id=""testid"" style=""position: absolute; top: 10mm; left: 20mm;"">and some more</div>
}}}
which is unexpected for me. The positioning makes it look as if the text has disappeared. 

If no break is present, it will put the alignment in the div (and not create a new one). This is what I expected. 
"	Bug	closed	Normal		Core : Styles	FCKeditor 2.5 Beta	duplicate	Confirmed	
