How to add onmouseover
attributes to links using automatic decorators in CKEditor 5 (v36.0.1)?
#17129
Labels
domain:framework-dx
This issue reports a problem with the developer experience while working with the framework.
package:link
type:question
This issue asks a question (how to...).
Hello,
I am using CKEditor 5 version 36.0.1 because it is the last version compatible with Node 14.
My goal is to add
onmouseover
events to links during editing. I am using the automatic decorator configuration, but I keep encountering the error:domconverter-unsafe-attribute-detected
.The
onmouseover
attribute is being renamed todata-ck-unsafe-attribute-onmouseover
.I read about
renderUnsafeAttributes
in the documentation, but I am unsure how to apply this setting with automatic decorators.Questions:
onmouseover
attribute to links through automatic decorators?renderUnsafeAttributes
with automatic decorators?I attempted to create a plugin with the following code, but it didn't resolve the issue:
Context:
The goal is to use automatic decorators to add custom event handlers (e.g., onmouseover) to links during the editing process, but these attributes are being renamed due to security policies (domconverter-unsafe-attribute-detected). I would like to understand the proper way to bypass this behavior for specific attributes.
Any help or guidance would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: