ckeditor4-sdk icon indicating copy to clipboard operation
ckeditor4-sdk copied to clipboard

Floating toolbar does not stick to top or bottom for an inline editor on Mac

Open wprogLK opened this issue 6 years ago • 0 comments

Problem description

An user of mine has the problem that the toolbar on an inline Ckeditor does not stick to the top or bottom as usual, it sticks next to cursor like in the screenshot. floatingtoolbarbug

Unfortunately, I can't reproduce this bug, sometime it happens, sometimes not. But as far as I know only in Safari.

Code

CKEDITOR.disableAutoInline = true; var editor = CKEDITOR.inline( editorOptions.editorName, config );

Information

Ckeditor version: 4.8 OS: Mac Browser: Safari

Expected behavior

The toolbar should stick to the top or bottom of the editor depending which part (top or bottom) of the editor is visible. Top image Bottom image

wprogLK avatar Nov 12 '18 08:11 wprogLK