Opened 10 years ago
Last modified 9 years ago
#11655 confirmed New Feature
editor.config.toolbarLocation='bottom' does not work
Reported by: | Fasihi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
Due to the implementation with the "floating" toolbar (depending on the scroll position/available space of the page), it is not possible to fix the location of the toolbar. It'd be great to give a preferred location of the toolbar ("put it to the bottom unless there is no space").
Please see my attached plugins/floatingspace/plugin.js with my temporary workaround to get an idea of location of the problem.
Attachments (1)
Change History (4)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Component: | General → UI : Toolbar |
---|---|
Keywords: | toolbarLocation added |
Version: | → 4.3.2 |
comment:2 Changed 10 years ago by
Keywords: | toolbarLocation removed |
---|---|
Type: | Bug → New Feature |
Version: | 4.3.2 |
comment:3 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.0 Beta |
Option editor.config.toolbarLocation='bottom'
hasn't been working from CKEditor 4.0 beta but this is intended. Inline editor works only with option 'top'.
We have fixed docs to inform users about it and will have this issue fixed once feature is implemented.
@fasihi01 thank you for the code. We will review it when possible. To speed up this review please submit your code as a pull request to https://github.com/ckeditor/ckeditor-dev.
see lines 129ff (editor.config.toolbarLocationFixed)