-
-
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
Editing UI for Raw HTML embedding feature #8301
Conversation
Let's remember to review the lang strings: https://github.com/ckeditor/ckeditor5/pull/8290/files#diff-173c07d9b0cbd6a3480b12c92fcef0e7882d810c50455d86c0192539dcc4561a. |
Just checking – do we have a mask over the preview to intercept all interactions? IMO, clicking the entire area should result in selecting the widget with one exception - clicking the "edit" button should work. |
No, we don't. |
@Reinmar, #8301 (comment), fixed in 14e13fa. |
Some suggestions concerning CSS classes according to the code style guide:
|
After clicking a textarea, the model selection should be set on the Fixed in 4d29875. |
… clear textarea is read-only.
…lback comprehensible.
…gle source of truth.
…g icon has been removed.
Suggested merge commit message (convention)
Internal (html-embed): Editing UI for Raw HTML embedding feature. Closes #8291.
Tests (theme-lark): Added new icons to the manual test.
Additional information
Requires: #8290.