Opened 16 years ago

Last modified 16 years ago

#2565 confirmed New Feature

Replacing • when you add a bullet list

Reported by: Ben Owned by:
Priority: Low Milestone:
Component: Core : Lists Version: FCKeditor 2.6.3
Keywords: 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 (1)

comment:1 Changed 16 years ago by Artur Formella

Keywords: Confirmed added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy