Opened 13 years ago

Closed 13 years ago

#7048 closed Bug (duplicate)

[enterBr] undesired paragraph appears when content is deleted

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.0
Keywords: Cc:

Description

Confirmed in IE8. When enterMode = CKEDITOR.ENTER_BR in some situations IE wraps the content with a paragraph.

  1. Load enterkey.html sample and select enter mode = BR
  2. Use backspace key to delete the first line
  3. Note: when deleting the last character that left, "p" element appears in the elements path
  4. Type some text, switch to Source mode, result:
    <p>
    	some text</p>
    

Change History (2)

comment:1 Changed 13 years ago by Wiktor Walc

Status: newconfirmed

Related ticket: #6518.

comment:2 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: confirmedclosed

DUP of #6966.

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