Opened 7 years ago
Closed 7 years ago
#17030 closed Bug (fixed)
CloneContents selects whole element when selection starts at the start of that element
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.1 |
Component: | Core : Selection | Version: | 4.5.0 |
Keywords: | Support | Cc: |
Description
Steps to reproduce
- Put attached sample into
ckeditor/samples
folder - Open browser console
- Select e.g.
[sample te]xt
. It is important that selection starts at the beginning of the element. If you select e.g.sam[ple te]xt
it will work as expected - Inspect documentFragment in console
Expected result
Text should contain sample te
Actual result
Text contains sample text
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced from CKEditor 4.5.0 in all browsers.
Attachments (1)
Change History (5)
Changed 7 years ago by
comment:1 Changed 7 years ago by
Keywords: | Support added |
---|---|
Status: | new → confirmed |
comment:2 Changed 7 years ago by
Milestone: | → CKEditor 4.7.1 |
---|
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Could be related to: #14256