Opened 13 years ago

Closed 13 years ago

#7977 closed Bug (fixed)

with enterMode: p set, CK Editor creating a br instead of p when we press enter

Reported by: Satya Minnekanti Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.1
Component: General Version: 3.6.1
Keywords: IBM Cc: Damian, James Cunningham, Teresa Monahan

Description

To reproduce the defect:

with enterMode set to paragraph, keep cursor in editor body and press Enter 5 times.

Expected Result: 5 empty paragraph's are created.

Actual Result: Only 1 paragraph is created and every time we press enter it is creating a <br /> instead of a new p

Attachments (1)

7977.patch (1.2 KB) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

True from rev [6992]

comment:2 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.6.1

Changed 13 years ago by Garry Yao

Attachment: 7977.patch added

comment:3 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

Oops, the normal enter key behavior leaks into it, let's move those special block into dtd specialties for easier check.

comment:4 Changed 13 years ago by Sa'ar Zac Elias

Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7009].

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