Opened 16 years ago
Closed 16 years ago
#2955 closed Bug (fixed)
plugin:numberlist/bulletlist failed when caret on inline-element end
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
Reproducing procedure:
- Open Replace by code sample;
- Delete all document contents;
- Make the following inputs and selection:
text^
- Click Add/Remove Numbered List button;
- Expected result: The document content becomes
<ol> <li>text</li> </ol>
- Actual result: The document content is
text <ol> <li> </li> </ol>
Change History (3)
comment:1 follow-up: 2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm not able to reproduce this anymore, so I think it got solved with the recent fixes Martin did to the list plugin.
DUP of #2977