Ticket #390 (closed Bug: fixed)
Text align should respect EnterMode=br rules
| Reported by: | Spad-XIII | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Styles | Version: | FCKeditor 2.4.2 |
| Keywords: | Confirmed IE | Cc: |
Description
When using:
FCKConfig.EnterMode = 'br' ; FCKConfig.ShiftEnterMode = 'br' ;
aligning selection inside the text, doesn't work correctly.
I have a few lines of text which are seperated by br's. I then select one of those seperated lines and click on the align center button: all text is aligned center and in the source everything is wrapped inside <p align="center"> .. </p>
Using firefox, this works correctly: only the selected line is aligned center. Here a div with align=center is added around the selected text.
Is there any way around this? (besides using p instead of br as the FCKConfig.EnterMode)
Change History
Note: See
TracTickets for help on using
tickets.