Opened 13 years ago

Last modified 13 years ago

#7863 confirmed Bug

Lists behaving different in br and p entermode

Reported by: alan Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

When you are working in br mode the lists work different than in p mode. To see what i mean:

Set this in your config file: config.enterMode = CKEDITOR.ENTER_BR;

In WYSIWYG mode write something like: testing lists ckeditor

Then highlight: testing lists and the beginning of the line where's 'ckeditor' but not the text from it

Then click on any of the list buttons (numbered/bulleted list). You will get the three lines listed while in p mode you will get only the two highlighted lines listed.

Change History (2)

comment:1 Changed 13 years ago by Freddie Bingham

Alan means:

testing
lists
ckeditor

Create a highlight with a trailing line break. The trailing line break will gets its own bullet in ENTER_BR mode.

Last edited 13 years ago by Freddie Bingham (previous) (diff)

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed

FF, Opera and Webkit have started to behave that way from CKEditor 3.3.2

IE8,7&6 from CKEditor 3.0

IE9 from 3.5.3

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