-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
formatlesspaste not working correctly in CKEditor #1620
Comments
Can confirm this bug. Our customers reported unexplicable text overflow. It resulted that they had pasted it from somewhere (Maybe Word?) and there was an inline style with a negative margin-right set. This inline-style can be cleared with the "remove format" button as a temporary fix. |
Will try to look into it in a few days, if nobody else does before me. |
@dimaip any progress on this topic? It's not exactly urgent but would be nice to have it fixed :) |
@klfman hey, nope, haven't touched it yet, been fixing other stuff. Feel free to take over if you wish. |
@dimaip Sorry, lacking the skill to fix stuff in neos yet :) |
I think we can close this as we now use ckeditor5 and not aloha anymore ^^ but there still seems to be a similar issue #2918 |
Description
Formatless paste does not work reliably.
It seem as if CKEditor (and/or our bindings to it) do not allow to completely block the lesaking of markup into Neos through copy and paste. In
removeTags.js
someone left this comment:Steps to Reproduce
Using a config like
and then pasting something with formatting, the formatting is not removed.
Expected behavior
The formatting is removed as configured.
Actual behavior
The formatting was not removed as expected.
Affected Versions
UI: 1.0.4
The text was updated successfully, but these errors were encountered: