Task #81403
closedckeditor uses wrong modal for paste text
0%
Description
When using "Paste", "Paste plain text" and "Paste from word" the modal window needs to be updated to new style.
Files
Updated by Johannes Goslar over 7 years ago
- Assignee changed from Johannes Goslar to Benni Mack
The CKEditor is shiping a lot of internal UI handling things and using them to render the modal.
We theoretically could hook us into their modal creationa and rip the modal content out of the parent, kill the parent, insert our modal dialog and then append the ripped content.
Not sure if the effort is worth it and future stable.
Benni could maybe comment as he spent time integrating the editor.
Updated by Riccardo De Contardi over 7 years ago
- Tags set to CKEditor, UI, BE interface, interface consistency
Updated by Anja Leichsenring about 7 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Benni Mack about 6 years ago
- Status changed from New to Needs Feedback
- Assignee deleted (
Benni Mack)
Hey,
I discussed this at some point with the CKEditor people, it's a really hard job to create a custom skin "typo3" that matches the styles. it is doable but a lot of effort. I'd rather suggest we move to CKEditor5 and change the skin there, as this seems more "useful" work.
Does that sound ok with you, Marco?
Updated by Georg Ringer about 6 years ago
- Status changed from Needs Feedback to Closed
closing it because lack of feedback and nobody will tackle that.