-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Pasting HTML embed widget does not paste it's content #8789
Comments
This is because HTML embed feature is registering
HTMLProcessor
|
I see that in both cases `HTMLDataProcessor` is initialized with the same Document view. Seems reasonable to use |
Unfortunately, the |
Gotcha! To be clear, |
That's correct |
Fix (html-embed): Pasting HTML embed widget from the clipboard will not clear its content anymore. Closes #8789. Feature (engine): New property `DataController#htmlProcessor` is initialized with `HtmlDataProcessor` and assigned to `DataController#processor` by default. Internal (clipboard): Plugin now uses `HtmlDataProcessor` instance from the `DataController`. Internal (editor-balloon, editor-classic, editor-inline, editor-decoupled): The `editor.processor` property is automatically initialized with `HtmlDataProcessor` now.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
Widget is pasted with its content.
❌ Actual result
Content of HTML widget is empty.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: