Opened 9 years ago
Last modified 9 years ago
#13442 confirmed Bug
Editor scrolls to the top after paste when contained in absolute positioned element
Reported by: | Tieme | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 4.0 Beta |
Keywords: | Blink Safari | Cc: |
Description
Follow up on https://dev.ckeditor.com/ticket/9771
The fix in https://dev.ckeditor.com/ticket/9771 does not work for editors embedded in a absolute positioned element with overflow scroll..
I've made a demo here: https://jsfiddle.net/899r5exm/
Yeah I know, it's probably not wise to position elements like this but the CMS I'm using is using this.
Any idea how we could fix this?
Attachments (2)
Change History (3)
Changed 9 years ago by
Attachment: | ckeditor_paste.gif added |
---|
comment:1 Changed 9 years ago by
Keywords: | Blink Safari added; paste removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.7 → 4.0 Beta |
This problem can be reproduced from CKEditor 4.0 beta. In editor 3.x editor was scrolling to the bottom while starting from CKEditor 4.0 beta it scrolls to the top.
Changed 9 years ago by
Attachment: | replacebycodeTest.html added |
---|
Gif showing the problem