Changes between Version 1 and Version 4 of Ticket #11021
- Timestamp:
- Nov 8, 2013, 2:47:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11021
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
to
4.3 Beta
-
Property
Milestone
changed from
CKEditor 4.3
toCKEditor 4.3.1
-
Property
Status
changed from
-
Ticket #11021 – Description
v1 v4 16 16 1. Issue is caused because {{{hiddenSelectionContainer}}} is not removed in right time, and created selection has offset bigger by one. 17 17 2. {{{editor.getSelection().reset()}}} call placed before {{{range.selectNodeContents( element )}}} statement did the job, however it should be placed somewhere deeper to be reused. Maybe selectNodeContents itself? 18 3. this issue is originated from #10869