-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
When table with header is copied all it contents is wrapped inside thead tag #422
Labels
Comments
This bug still occurs for CKEditor 4.10 (nightly). Do we have some update on the progress? |
This bugs seems to be fixed with version 4.11.4. |
Let's recheck if it's already fixed. |
The issue is still reproducible on the latest |
Workaround:
|
At https://nightly.ckeditor.com/22-10-07-06-04/full/samples/ & chrome it seems to be fixed 🤔 ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
Extracted from #417.
Provide detailed reproduction steps (if any)
Expected result
The table structure is the same as copied part.
Actual result
Whole table content is wrapped inside
thead
tag:Other details
tableselection
plugin.The text was updated successfully, but these errors were encountered: