Opened 12 years ago
Last modified 12 years ago
#9174 confirmed Bug
Styles applied to inner table are also applied to outer cell.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.6.1 |
Keywords: | Cc: |
Description
I have found it when checking #9154.
To reproduce:
- paste the below code and switch to WYSIWYG.
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"><tbody><tr><td>a</td><td>aa</td></tr><tr><td><p>a</p><table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "><tbody><tr><td>a</td><td>a</td></tr><tr><td>a</td><td>a</td></tr><tr><td>a</td><td>a</td></tr></tbody></table><p>a</p></td><td>aa</td></tr><tr><td>a</td><td>aa</td></tr></tbody></table><p> </p>
- Select all text/cells in inner table
- Choose cell properties and apply background colour to these cells
Result: Styles are applied to outer cell as well. See video for more details.
Problem has been reproducible in all browsers from CKEditor 3.6.1 rev. [6918].
Attachments (1)
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
Changed 12 years ago by
Attachment: | innerselection.swf added |
---|