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:

  1. 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>&nbsp;</p>
    
  1. Select all text/cells in inner table
  2. 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)

innerselection.swf (842.9 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Changed 12 years ago by Jakub Ś

Attachment: innerselection.swf added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy