Ticket #2565 (new New Feature)

Opened 2 months ago

Last modified 7 weeks ago

Replacing • when you add a bullet list

Reported by: bensinclair1 Owned by:
Priority: Low Milestone:
Component: Core : Lists Version: FCKeditor 2.6.3
Keywords: Confirmed Cc:

Description

When I copy bullet lists from Word, it replaces the bullet list with • or the number if it was a numbered list.

Is it possible that when I change the list back to a bullet list in the FCK Editor, that it removes • and any extra spacing after it?

At the moment, this:

<p>&bull;&nbsp;&nbsp; &nbsp;This is a sample list<br /> &bull;&nbsp;&nbsp; &nbsp;This is a sample list<br /> &bull;&nbsp;&nbsp; &nbsp;This is a sample list</p>

Changes to this:

<li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li> <li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li> <li>&bull;&nbsp;&nbsp; &nbsp;This is a sample list</li>

Can it change to this:

<li>This is a sample list</li> <li>This is a sample list</li> <li>This is a sample list</li>

I think word or powerpoint does that from memory..

Change History

Changed 7 weeks ago by arczi

  • keywords Confirmed added
Note: See TracTickets for help on using tickets.