-
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
Cannot delete paragraph before and after a widget / Delete space above widget #1572
Comments
Hello! I can reproduce the issue and it's related to #749. It would be great if you could push Pull Request with your bug fix. We have some manual how to contribute to CKEDITOR 4, so if you are interested, please check How to contribute article. |
I can still reproduce this issue. |
Hey folks, I noticed that HarryMuc provided a fix for this issue, but it was rejected because he didn't follow the contribution guidelines. I want to resume his contribution, but I am having some difficulty for the setup of the test environment. Where is the right place to ask for support? |
@bunglegrind please refer to our contributing guide. |
Issue 2) was because grunt checks only the files in stage. Anyway, I wrote some tests; performed a refactoring on the patch provided by HarryMuc, but I'm still puzzled about the overall test issue (see my point 1 above). Which is the minimum (number/kind/type) of tests a pull request must pass before it can be merged? |
Hi @bunglegrind, as for the issue with failing tests - Win10 may be an issue here, could you give total number of failing tests? Basically all tests need to pass on all the browsers we support, but there is not a fixed number of tests that need to be added to the PR - it depends on the issue: sometimes 1 is enough, sometimes 4 is not. I suggest you push a PR (I think it would be best if you create a new one instead of resurrecting #1584) and we'll see what CI tells about tests. |
Sorry, I wasn't referring to the new tests I added, but to the old tests which were failing even before I changed a single line of code. |
Closed in #4433 |
It would be nice if this fix also included the ability to delete break tabs from around widgets |
Are you reporting a feature request or a bug?
The old issues
"Cannot delete paragraph before and after a widget"
"Delete space above widget"
are still not fixed
Check if the issue is already reported
https://dev.ckeditor.com/ticket/12778
https://dev.ckeditor.com/ticket/13864
Provide detailed reproduction steps (if any)
Just open this page:
https://sdk.ckeditor.com/samples/simplebox.html
Paste this Code:
And try to delete the paragraphs before, between and after the widgets - not possible!
Expected result
The paragraphs should be deletable
Actual result
Paragraphs are not deleted
Other details
Plase check my workaround in core/selection.js:
The text was updated successfully, but these errors were encountered: