Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The spell-checker dropdown is detached from the toolbar when scrolling on the inline-ck-editor instance. #47

Open
kobrigo opened this issue Nov 15, 2017 · 1 comment

Comments

@kobrigo
Copy link

kobrigo commented Nov 15, 2017

steps to reproduce:

  1. open the ck-editor inline page sample:
    https://sdk.ckeditor.com/samples/inline.html
  2. start editing
  3. press the spell checker button and see the spell checker dropdown open next to the button.
  4. scroll a little bit, moving the inline-editor up causing the ck-editor floating-space toolbar open at the bottom of the editor's container.

Expected:
The dropdown should more with the tool bar (like other dropdowns)
Actual:
The dropdown stays up where the toolbar used to be.

chrome_2017-11-15_12-21-39

@jshaptala
Copy link
Member

Hi @kobrigo,

Thank you for detailed steps and your suggestion.

At the moment "ABC" is a default button with the standard CKEditor dropdown. And it has the reported behavior.

The format plugin, you are referring to, uses richcombo (https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/format/plugin.js) and it has the other type of dropdown.

At the moment we do not plan to change this standard button to use richcombo.

Sincerely,

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

No branches or pull requests

2 participants