-
-
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
Editable should get attributes of the element which is replaced #2213
Comments
I'm wondering if we do anything like this in CKEditor 4. |
I remember that we do something with |
The more I think about this... the more unsure I am how this should work. Inheriting classes may break the editor,
PS. There's also #798. |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
This came in https://github.com/ckeditor/ckeditor5-engine/issues/543. I added
dir=rtl
to the element the editor was replacing and I was expecting that the editable will have the same attribute.OTOH, not all attributes can be copied. Styles, ids, etc, perhaps should be copied.
The text was updated successfully, but these errors were encountered: