We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ViewElement's API allows only to set string attributes. We are setting contenteditable attribute to boolean values in couple places. This needs to be fixed. https://github.com/ckeditor/ckeditor5-widget/blob/1dfdc83c24a6d5c9712e5d93eb7d656f9543091a/src/utils.js#L54
contenteditable
The text was updated successfully, but these errors were encountered:
Merge pull request #27 from ckeditor/t/26
d2a6cf5
Fix: Using strings instead of boolean values in contenteditable attribute. Closes #26.
szymonkups
Successfully merging a pull request may close this issue.
ViewElement's API allows only to set string attributes. We are setting
contenteditable
attribute to boolean values in couple places. This needs to be fixed.https://github.com/ckeditor/ckeditor5-widget/blob/1dfdc83c24a6d5c9712e5d93eb7d656f9543091a/src/utils.js#L54
The text was updated successfully, but these errors were encountered: