You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paste in set editor data this content: <figure class="table" style="width:100%;"><table class="ck-table-resized"><colgroup><col style="width:4.57%;"><col style="width:4.56%;"><col style="width:4.56%;"><col style="width:39.11%;"><col style="width:47.2%;"></colgroup><tbody><tr><td>111111</td><td>222222</td><td style="width:400px;">999999</td><td>sample text</td><td>sample text</td></tr></tbody></table></figure>
✔️ Expected result
❌ Actual result
❓ Possible solution
Define overflow-wrap: breaking-word in table package.
📃 Other details
Browser: …
OS: …
First affected CKEditor version: …
Installed CKEditor plugins: …
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
…df-text-goes-beyond-the-cell
Fix (table): Text will no longer go beyond its cell when columns are resized by resize handler in Firefox. Closes#14386.
Fix (export-pdf): Text will no longer go beyond its cell when columns are resized by resize handler in exported PDFs. Closes#3355.
📝 Provide detailed reproduction steps (if any)
<figure class="table" style="width:100%;"><table class="ck-table-resized"><colgroup><col style="width:4.57%;"><col style="width:4.56%;"><col style="width:4.56%;"><col style="width:39.11%;"><col style="width:47.2%;"></colgroup><tbody><tr><td>111111</td><td>222222</td><td style="width:400px;">999999</td><td>sample text</td><td>sample text</td></tr></tbody></table></figure>
✔️ Expected result
❌ Actual result
❓ Possible solution
Define
overflow-wrap: breaking-word
intable
package.📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: