-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
package:html-supportpackage:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.type:regressionThis issue reports a bug that was not present in the previous releases.This issue reports a bug that was not present in the previous releases.
Milestone
Description
📝 Provide detailed reproduction steps (if any)
- Use full featured demo (it allows for all in GHS)
- Set the following HTML in the source view:
<figure class="table" style="height:300px;width:200px;">
<table style="height:100%;width:100%;">
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
</figure>
✔️ Expected result
Width and height from <table>
should be ignored and those from <figure>
should be preserved.
❌ Actual result
Styles get mixed:
height
is correctly taken from<figure>
and is300px
width
is taken from<table>
and is100%
📃 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.
Metadata
Metadata
Assignees
Labels
package:html-supportpackage:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.type:regressionThis issue reports a bug that was not present in the previous releases.This issue reports a bug that was not present in the previous releases.