Opened 10 years ago

Closed 10 years ago

#11228 closed Bug (invalid)

class attribute disappears within <tr> tag

Reported by: Yan Lucas Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

in code modus, create table: <table cellpadding="0" cellspacing="0" class="catalog">

<tr>

<td>

Lorem ipsum

</td>

</tr> <tr class="uneven">

<td>

Lorem ipsum

</td>

</tr>

</table>

switch to editor mode switch to to code again attribute class="uneven" disappeared

(the same happens to the class catalog within the table. I will submit an apart ticket for that one

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Keywords: tr class removed
Resolution: invalid
Status: newclosed
Version: 3.6.6 (SVN - trunk)

Check if it's not an ACF: ​http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter If I'm wrong that it is, let us know and we'll reopen this ticket.

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