Opened 17 years ago

Closed 17 years ago

#155 closed Bug (invalid)

FCKListHandler should make use of FCKConfig.EnterMode

Reported by: joelwreed@… Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.4
Keywords: Cc:

Description

this is a simple change already noted as a TODO in the code. basically change

oDocument.createElement( 'p' )

to

oDocument.createElement( FCKConfig.EnterMode )

Attachments (1)

fck.entermode.lihandler.patch (740 bytes) - added by joelwreed@… 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by joelwreed@…

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed
Summary: [PATCH] fcklisthandler should make use of FCKConfig.EnterModeFCKListHandler should make use of FCKConfig.EnterMode

The problem here is when EnterMode=br. In that case the approach must be different, not creating a block element, but simply moving the contents after the ul/ol.

It impacts also in the FCKEnterKey. A more extensive change is needed.

I've opened #165 for it.

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