-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Failing manual test: tests/plugins/widget/manual/block
#4509
Comments
Let's check if it happens in other browser too. |
on Win10: Firefox (latest), Chrome (latest) - since 4.15.0 (included) |
the regression was introduced in: |
It looks like that adding:
in one of the two 'toDataFormat' handlers in the widget plugin fixes the issue. Which one? I don't know, I haven't examined the htmldataprocessor accurately. Probably the one with priority 8 (in order to remove the drag handler icon asap). |
That's a really tricky one. It seems that the issue is connected with the way we process data to be inserted into nested editable. During
I see two possible solutions:
I'd go with 2. solution as it seems to have a smaller potential to create weird errors. There was also another issue: the fact that the parent can be dropped into its child. However this issue is easily resolvable by adding a simple check to |
Closed in #4618 |
Type of report
Bug
Provide detailed reproduction steps (if any)
ckeditor4-preset
forfull-all
tests/plugins/widget/manual/block
2021-01-25.12-32-18.mp4
Expected result
What is the expected result of the above steps?
Nothing happened. As the test scenario says: "Should not be possible"
Actual result
What is the actual result of the above steps?
There is some empty insertion below the inner widget.
Other details
The text was updated successfully, but these errors were encountered: