Opened 12 years ago
Last modified 12 years ago
#10412 confirmed Bug
IE7-8: Undo moves cursor to beginning of div
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Undo & Redo | Version: | 3.0 |
Keywords: | IE7 IE8 | Cc: |
Description
Problem can be reproduced from CKEditor 3.0 in both CKE 3.x and 4.x (v4).
To reproduce:
- Insert below code in editor
<div class="mydiv"><span style="font-weight:bold">Bold Text Here</span> <div class="freetext">Type here</div> </div>
- Put cursor behind
Type here^
- Type few words and press undo or Ctrl+Z
Result: cursor is moved to the beginning of inner div ^Type here