#2747: alignment in div with break creates new div
---------------------------+------------------------------------------------
Reporter: davidh | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: Core : Styles | Version:
Keywords: |
---------------------------+------------------------------------------------
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.
--
Ticket URL: <http://dev.fckeditor.net/ticket/2747>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac