Opened 15 years ago
Closed 15 years ago
#5465 closed Bug (fixed)
forceEnterMode affects lists
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.3 |
Component: | UI : Enter Key | Version: | 3.0 |
Keywords: | Confirmed IBM Review+ | Cc: | joek, Satya Minnekanti |
Description
When using config.forceEnterMode=true it affects how lists are created.
- Create a single list item
- Go to the end of the item and hit Enter
Notice that a new paragraph is added to the list.
<ol> <li>test <br/></li> <p> <br/></p> </ol> }}
Attachments (2)
Change History (11)
comment:1 Changed 15 years ago by
Component: | General → UI : Enter Key |
---|---|
Keywords: | Confirmed added |
Changed 15 years ago by
Attachment: | 5465.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → 3.0 |
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
- Turn on forceEnterMode, i.e. config.forceEnterMode = true;
- From the trunk revision, open the Ajax sample.
- Click on the numbered list toolbar button.
- Enter text for the first list item and press enter.
A new paragraph is inserted instead of the next list item.
comment:6 Changed 15 years ago by
Priority: | Normal → High |
---|
Changed 15 years ago by
Attachment: | 5465_2.patch added |
---|
comment:8 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Not a regression, affect also shiftEnter=<p>.