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
π Bug report
Latest
Try to add an image to an existing table. The image isn't displayed and only image caption appears.
Image added to the table
The image is not added to the table. Various errors in the console.
Console shows errors like:
TypeError: undefined is not an object (evaluating 'entry[ 0 ]')
TypeError: this._visibleStack is undefined TypeError: entry is undefined
The text was updated successfully, but these errors were encountered:
Merge pull request #316 from ckeditor/t/ckeditor5/1985
5a729d3
Fix: Image upload should handle images that are deeply nested in other blocks. Closes ckeditor/ckeditor5#1985.
jodator
Successfully merging a pull request may close this issue.
Is this a bug report or feature request? (choose one)
π Bug report
π» Version of CKEditor
Latest
π Steps to reproduce
Try to add an image to an existing table. The image isn't displayed and only image caption appears.
β Expected result
Image added to the table
β Actual result
The image is not added to the table. Various errors in the console.
π Other details that might be useful
Console shows errors like:
The text was updated successfully, but these errors were encountered: