WebSpellChecker / ckeditor-plugin-wsc

WSC Dialog Plugin for CKEditor 4 is a plugin for check spelling and grammar in a separate pop-up window of CKEditor 4. Announced EOL: December 2021.
https://webspellchecker.com/wsc-dialog-ckeditor4/
Other
9 stars 7 forks source link

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

Open kobrigo opened 6 years ago

kobrigo commented 6 years ago

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 commented 6 years ago

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,