Opened 14 years ago
Closed 14 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)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|
Changed 14 years ago by
Attachment: | 7977.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Oops, the normal enter key behavior leaks into it, let's move those special block into dtd specialties for easier check.
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7009].
True from rev [6992]