Ticket #172 (closed Bug: fixed)
Cannot apply format to a select list of bullets
| Reported by: | andyrudmik@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | Core : Styles | Version: | FCKeditor 2.4 |
| Keywords: | SF Confirmed | Cc: |
Description
1. Create a list of bullets:
<ol> <li>Bullet 1</li> <li>Bullet 2</li> <li>Bullet 3</li> </ol>
2. Select bullets in WYSIWYG view.
3. Select Normal from Format drop down menu.
4. Get the following:
<ol> <li> <p>Bullet 1Bullet 2Bullet 3</p> </li> <li> </li> <li> </li> </ol>
5. Would expect to get:
<ol> <li><p>Bullet 1</p></li> <li><p>Bullet 2</p></li> <li><p>Bullet 3</p></li> </ol>
6. My expectations are based on the use of tools such as DreamWeaver.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1650057&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.