Opened 15 years ago
Closed 15 years ago
#5376 closed Bug (fixed)
if we apply heading formatting to a list item in an Ordered/Unordered list we can't come out of the list
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Lists | Version: | 3.2 |
Keywords: | IBM Confirmed Review+ | Cc: | Damian, joek |
Description
To reproduce the defect
- Open Ajax sample
- Click on Numbers icon to start a Numbered list.
- Type some text after the first number in the list.
- Select the text in list item and apply any heading formatting(Heading 1 to Heading 6)
- See that Heading formatting is applied to the list item.
- Now press Enter, see that the next number comes up in the Ordered list
- Press Enter one more time.
Expected Result:
The cursor should come out of the Ordered list and a new empty Paragraph should open
Actual Result:
No Matter how many times we press the Enter, the list goes on increasing and every time we press enter it is adding a new empty list item in Ordered list.
Same behaviour is also happening in the case of Bullets.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 5376.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5292].