#10723 closed Bug (wontfix)
overflow: scroll on parent causes toolbar to freeze at initial position
Reported by: | Tieme | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 4.0 |
Keywords: | Cc: |
Description
When you add a CKEditor to a div inside a div with: "overflow: scroll" the toolbar won't move when scrolling the parent div...
<div id="wrapper" style="overflow: scroll;"> <div contenteditable="true">This is the editor</div> </div>
An example can be found here: http://jsfiddle.net/W8Dt4/
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | overflow-scroll.png added |
---|
comment:1 Changed 11 years ago by
I think the desired behaviour would be:
- Keep the toolbar at the top of the editor div when there's enough room.
- Move the toolbar to the bottom of the editor div when there's not enough room on top and there is enough room on the bottom.
comment:2 Changed 11 years ago by
Also added the question on stackoverflow: http://stackoverflow.com/questions/18229049/ckeditor-overflow-scroll-on-parent-causes-toolbar-to-freeze-at-initial-positi
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I agree with Olek's answer - there is an infinite number of configurations and we are not able to handle all of them. This one is so tricky itself that it would double the complexity of floatingspace.
BTW. you may be interested in sharedspace plugin with which you could pull all toolbars to some static location.
comment:4 Changed 11 years ago by
Keywords: | Toolbar overflow scroll removed |
---|---|
Version: | 4.2 → 4.0 |
screenshot jsfiddle