Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

wrong image toolbar position #1

Open
fsavina opened this issue Mar 20, 2019 · 2 comments
Open

wrong image toolbar position #1

fsavina opened this issue Mar 20, 2019 · 2 comments

Comments

@fsavina
Copy link

fsavina commented Mar 20, 2019

Hi,
really good plugin but I've found out that when you add the plugin to an editor build as a built-in plugin the image toolbar appears in the wrong position underneath the image

You can see a screenshot here: https://ibb.co/gjZL3c8

This is the plugin installation code:

import LineHeight from 'ckeditor5-line-height';

ClassicEditor.builtinPlugins = [
    (...)
    LineHeight,
];

any idea why?

@fsavina
Copy link
Author

fsavina commented Mar 20, 2019

Doing some tests, I've found out that this is the line causing the problem:
https://github.com/vdfor/ckeditor5-line-height/blob/master/src/lineheightui.js#L5

@Worgage
Copy link

Worgage commented Nov 20, 2019

I had the same issue with the ImageResize plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants