Changes between Initial Version and Version 1 of Ticket #10307, comment 1
- Timestamp:
- Apr 11, 2013, 6:40:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #10307, comment 1
initial v1 1 This is very specific requirement. We cannot expose this option as an configuration option - no one except you would ever use it :)1 This is very specific requirement. We cannot expose this option as an configuration option - no one except you would ever use it (ok... maybe few guys ;). 2 2 3 3 We could modify [https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/floatpanel/plugin.js#L55-L56 these lines] somehow to allow forcing using {{{parentElement}}} argument instead of editor element, but you would have to fork CKEditor and change format, style, font and color dropdowns so they will use this new option. Especially that changing this behaviour causes an issue with floating toolbar, because dropdown menus are no longer positioned according to toolbar, but to entire document, so they desynchronize.