Opened 10 years ago

Closed 10 years ago

#11229 closed Bug (invalid)

class attribute disappears within <table>

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="catalog" disappeared in <table>

(the same happens to the class uneven within the <tr>. I submitted an apart ticket (#11228) for that one

Change History (1)

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

Keywords: table 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