Opened 11 years ago

Closed 11 years ago

#9999 closed Bug (invalid)

Trapped within </DL> tag.

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

Description

CKEditor version: 3.5.4 Browser: IE8

My config.js

config.enterMode = CKEDITOR.ENTER_BR;

Source; <dl>

<dt>Test1</dt>

<dd>Test1a</dd>

<dt>Test2</dt>

<dd>Test2add>

</dl>

after hitting enter it creates a </br> but I can't get out of </dl> which means if I another form it will go inside <dl></dl>.

If I remove "config.enterMode = CKEDITOR.ENTER_BR;" in my config.js then CKEditor enters automatically &nbps; after hitting enter and I can get out of the tag but I want to avoid this.

Is there any way to fix this?

Change History (2)

comment:1 Changed 11 years ago by xiltepin

*Correction,

version is; CKEditor version: 3.6.4 Browser: IE8

comment:2 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

This issue is about exiting block-level elements. Furthermore this issue is now only a problem in CKEditor 3.x. In CKEditor 4.x it has been resolved with magic-line plugin (http://ckeditor.com/demo#magic-line).

Solution here is upgrading to latest CKEditor 4.0.1 - you can select full, standard or basic version, depending on number of plugins needed or you can use builder (http://ckeditor.com/download) and select plugins/languages/skins you like.

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