Ticket #277 (closed Bug: fixed)
Bulleted lists do not work as expected if alignment for the paragraph was changed.
| Reported by: | mshmulenson | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Styles | Version: | FCKeditor 2.4.1 |
| Keywords: | Confirmed SD-COE | Cc: | pkdille, Jyhem, nyloth |
Description
The bullet lists work as expected under normal circumstances. For example, you click on a line of text, select ordered or unordered bullets to make that line the first bullet. After that you can simply press enter at the end of the line and another empty bullet will appear and allow you to type in the appropriate text. This functionality does not work if the alignment was changed for the paragraph before turning on the bullets. If alignment has changed, then the bullet receives <div align="xxxx">xx</div> as its content. As a result, when enter is pressed, new paragraphs get created inside this div, and no new bullets appear.
Change History
Note: See
TracTickets for help on using
tickets.