Ticket #3102 (confirmed Bug)
FF: CKEDITOR.editor::insertHtml incorrect with multiple range
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 Beta 2 |
| Keywords: | Firefox | Cc: |
Description (last modified by garry.yao) (diff)
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
comment:1 Changed 4 years ago by garry.yao
- Keywords Confirmed Firefox added
- Description modified (diff)
- Summary changed from CKEDITOR.editor::insertHtml incorrect with multiple range to FF: CKEDITOR.editor::insertHtml incorrect with multiple range
Note: See
TracTickets for help on using
tickets.

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.