-
Notifications
You must be signed in to change notification settings - Fork 19
T/99: Introduce images in tables. #155
Conversation
Thank you very much for this. We really needed this feature (and actually expected it to be there by default). This pull request is now in production on our system. However, when using the third party Simple Image Upload plugin, the toolbar image upload button is still disabled inside table cells. It was necessary for us to use this instead of CKFinder as the documentation for uploading that way was not available on the CKEditor website at that time. Is it possible for you to look into this issue before moving on? If it's a problem on their side, we will probably migrate to CKFinder. |
Oh. Thanks for the review! Here is the update image feature: ckeditor/ckeditor5-image#262. |
It looks like you forgot to mention that there is also a PR in block-quote :). I was writing a post that there are failing tests there :) EDIT: I see there's no PR there, just the branch. Please create a PR. I've already looked there and there is just one line of code changed :). |
Oh sorry. Fixing. Edit: Fixed in PR description: ckeditor/ckeditor5-block-quote#29. |
This is exactly what i've been waiting for, thanks guys! I am however running into an issue after migrating from the stable version of the table to the master in order to use this feature.
I am using the React Component - any ideas what could this be / if I missed a step? Cheers |
@dannybarinshtein There was a significant refactor to CKEditor shortly following this change, found at ckeditor/ckeditor5-engine#1613. If you pull the master versions of all the repositories you’re using mentioned in that PR, you should be able to build a version of the project that no longer causes a TypeError. We ran into this only yesterday and that’s how we fixed it. The developers also informed us that there might be breaking changes between the last version and the next release. |
@J-Nagle Thanks for the answer, its still not liking me for some reason. I am trying to create the most basic form of the table at the moment, my package is as attached. But I am getting the following error: TypeError: t is not iterable Any thoughts or suggestions? |
Suggested merge commit message (convention)
Feature: Introduce images in tables. Closes ckeditor/ckeditor5#3221.
Additional information