Ticket #5465 (closed Bug: fixed)
forceEnterMode affects lists
| Reported by: | damo | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | High | Milestone: | CKEditor 3.3 |
| Component: | UI : Enter Key | Version: | 3.0 |
| Keywords: | Confirmed IBM Review+ | Cc: | joek, satya |
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
Change History
comment:1 Changed 3 years ago by fredck
- Keywords Confirmed added
- Component changed from General to UI : Enter Key
comment:2 Changed 3 years ago by garry.yao
- Status changed from new to assigned
- Keywords Review? added
- Version set to 3.0
- Owner set to garry.yao
Not a regression, affect also shiftEnter=<p>.
comment:4 Changed 3 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [5341].
comment:5 Changed 3 years ago by JoeK
- Status changed from closed to reopened
- Resolution fixed deleted
- 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.
Note: See
TracTickets for help on using
tickets.
