Opened 16 years ago
Closed 16 years ago
#3167 closed Bug (fixed)
[IE]EnterKey=br incorrect with list item
Reported by: | Garry Yao | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page;
- Make document content and selection as following:
<ol> <li> level1 ^</li> </ol> text
- Press Enter key
- Actual Result :
<ol> <li> level1 <br /> </li> </ol> text
- Expected Result :
<ol> <li> level1 </li> <li> <br /> </li> </ol> text
- Actual Result :
Attachments (2)
Change History (10)
comment:1 Changed 16 years ago by
Owner: | Garry Yao deleted |
---|
comment:2 Changed 16 years ago by
Keywords: | IE added |
---|---|
Summary: | enterKey=br incorrect with list item → [IE]EnterKey=br incorrect with list item |
comment:3 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Priority: | Normal → High |
comment:4 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3167.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added |
---|
Changed 16 years ago by
Attachment: | 3167_2.patch added |
---|
comment:6 Changed 16 years ago by
comment:7 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:8 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3292].
Click here for more info about our SVN system.
Posted another patch - I found a simpler way to do the same thing by looking at how the elementpath plugin got the start element from a selection.