smizrahi
616c9291e0
chore(ckeditor): Update to CKEditor 44.1.0
2025-01-17 10:58:37 +01:00
smizrahi
70f72eb92f
fix(mail): Fix ckeditor issue where the font-size disappear after mail sent. Use font-size instead of css class.
2024-12-23 11:18:28 +01:00
Hivert Quentin
2dd10970a4
fix(ckeditor5): prevent ckeditor5 to preview media
2024-09-03 13:37:19 +02:00
smizrahi
c2d9050539
fix(core): Notify sgCkeditor component when clicking the send button to update content. Fixes #5952 .
2024-04-29 22:21:33 +02:00
smizrahi
2f4c125bdd
fix(core): Add timer to avoid spamming onEditorChanged for CKEditor 5. Fixes #5944 . Added onblur event
2024-04-08 12:45:18 +02:00
smizrahi
bc804ae823
fix(core): Add timer to avoid spamming onEditorChanged for CKEditor 5. Fixes #5944 .
2024-04-02 11:11:46 +02:00
smizrahi
127df39689
fix(core): Clean html parasite code to avoid ckeditor hangs. Fixes #5944 .
2024-03-27 10:05:13 +01:00
smizrahi
0cfaa7740a
feat(core): Update to ckeditor 5. Add remove format button and code plugin.
2024-03-11 11:11:24 +01:00
smizrahi
dd965baae1
feat(core): Update to ckeditor 5. Fixes #5920 . Encapsulate signature in raw-html-embed div when there are tables inside. Changed settings for raw html to enable preview.
2024-03-05 21:57:01 +01:00
smizrahi
b7a71140f2
feat(core): Update to ckeditor 5. Fixes #5920 . Add directives to preserve HTML raw data.
2024-03-04 15:49:47 +01:00
smizrahi
2b23ff3eb8
feat(core): Update to ckeditor 5. Fixes #5920 . Added disableNativeSpellChecker. Added htmlEmbed plugin.
2024-03-04 15:07:52 +01:00
smizrahi
e92fb8f52d
feat(core): Update to ckeditor 5. Fixes #5920 .
2024-02-27 14:29:59 +01:00
smizrahi
5081de1639
fix(js): Remove check version for ckeditor
2024-02-07 16:41:13 +01:00
Francis Lachapelle
e18dc2cd5a
fix(mail(js)): add CKEditor plugins emoji and bidi
2022-07-08 10:57:57 -04:00
Francis Lachapelle
3b4ded63f5
chore(npm): update CKEditor to version 4.16.1
2021-05-27 21:50:48 -04:00
Francis Lachapelle
bed91ce95a
fix(mail(js)): avoid updating the DOM before closing editor
...
When destroying the CKEditor instance (closing the mail editor in HTML mode), we no longer try to update the associated textarea because we're removing it anyway.
2021-04-09 17:57:08 -04:00
Francis Lachapelle
00030ba2fa
fix(mail(js)): add collapse button to toolbar of HTML editor
...
It is useful on small screens to be able to collapse the toolbar.
2020-10-30 15:36:30 -04:00
Francis Lachapelle
f8aa338e64
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-06-18 16:53:42 -04:00
Francis Lachapelle
07c06db69d
refactor(mail(js)): replace ckEditor directive by sgCkeditor component
...
This refactoring
1. simplifies updating the CKEditor source code;
2. allows many instances of the CKEditor on the same page;
3. fixes the cursor positioning on focus.
2020-05-15 11:37:56 -04:00