Opened 9 years ago
Last modified 9 years ago
#14608 confirmed Bug
The inline editor is not scrolling inside scrollable div
Reported by: | cytsunny | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Create a scrollable div
- Inside that scrollable div, add content so that it can actually scroll
- Put a inline-editor into to div by setting one div into contenteditable.
Reference: https://jsfiddle.net/pteryvk3/6/
Expected result
The inline editor should scroll with the div and behaves as in official demo page. http://ckeditor.com/demo#inline
Actual result
It doesn't scroll.
Other details (browser, OS, CKEditor version, installed plugins)
This has been tested using Internet Explorer 11.212.10586, Chrome 49.0.2623.112, Firefox 43.0.1, Edge 25.10586.0.0 under Windows 10 CDN is used to include the editor and no plugin is used.
Change History (1)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.9 (GitHub - master) → 4.0 |
Problem can be reproduced from CKEditor 4.0. At first I thought that perhaps
position:absolute
might have something to do with this problem but it seems that onlyoverflow:scroll
causes the problem for CKEditor toolbar.