Opened 11 years ago
Closed 11 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 11 years ago by
Keywords: | tr class removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.