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
setData
pagination
Directly related to https://github.com/cksource/ckeditor5-commercial/issues/6507 Caused by #6186
[1]
window.editor.setData('<figure class="table"><table><tbody><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr><tr><td>Test</td><td>asdasdasd</td></tr><tr><td>asd</td><td>asd</td></tr></tbody></table></figure>')
Table is not being truncated.
Table is truncated.
It looks like height: 100% style that is set to table breaks printing mode.
height: 100%
table
The text was updated successfully, but these errors were encountered:
c0a2a8c
Successfully merging a pull request may close this issue.
📝 Provide detailed reproduction steps (if any)
setData
[1]pagination
plugin is not presentDirectly related to https://github.com/cksource/ckeditor5-commercial/issues/6507
Caused by #6186
[1]
✔️ Expected result
Table is not being truncated.
❌ Actual result
Table is truncated.
❓ Possible solution
It looks like
height: 100%
style that is set totable
breaks printing mode.📃 Other details
The text was updated successfully, but these errors were encountered: