Opened 17 years ago
Last modified 13 years ago
#3102 closed Bug
FF: CKEDITOR.editor::insertHtml incorrect with multiple range — at Version 1
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 Beta 2 |
| Keywords: | Firefox | Cc: |
Description (last modified by )
Multiple selection ranges happens when more than one control type element is selected, and this method is currently inserting new elements at each range which is not right.
Change History (1)
comment:1 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Confirmed Firefox added |
| Summary: | CKEDITOR.editor::insertHtml incorrect with multiple range → FF: CKEDITOR.editor::insertHtml incorrect with multiple range |

After discussing with Martin, the correct behavior would be the insertion will only happen at the last range and other ranges content will left untouched.