#3253 closed Bug (duplicate)
List is incorrectly counting br
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content with the selection by click 'Select All' command;
^text^
- Click on 'Numbered List ' command to apply ;
- Actual Result:
<ol> <li> text</li> <li> <br /> </li> </ol>
- Expected Result:
<ol> <li> text</li> </ol>
- Actual Result:
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
After investigatoin, the bug is found to be caused by incorrectly counting bookmark nodes, which should be handled at #3352.
DUP of #3149