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

Two-way binding does not work when 'undo' plugin is removed #54

Closed
kandonorbert opened this issue Oct 10, 2019 · 1 comment · Fixed by #56
Closed

Two-way binding does not work when 'undo' plugin is removed #54

kandonorbert opened this issue Oct 10, 2019 · 1 comment · Fixed by #56
Assignees
Milestone

Comments

@kandonorbert
Copy link

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Remove the "undo" plugin from the standard-all preset (default) by using the [config] input
    { removePlugins: 'undo' };

Expected result

Two-way binding works properly

Actual result

The two-way binding does not work.
See: https://stackblitz.com/edit/ckeditor4-orm88s

If you comment out the
removePlugins: 'undo'
configuration, the two-way biding works as expected.

Other details

  • Browser: Chrome
  • OS: Win10
  • Integration version: 1.0.0-beta.2
  • CKEditor version: 4.12
  • Installed CKEditor plugins: …
@f1ames f1ames added the bug label Oct 11, 2019
@f1ames f1ames added this to the 1.0.0 milestone Oct 11, 2019
@f1ames
Copy link
Contributor

f1ames commented Oct 11, 2019

I can confirm this issue based on sample provided. That's strange TBH 🤔 We need to investigate it.

Thanks for reporting 👍

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

Successfully merging a pull request may close this issue.

3 participants