Item10239: Class Attribute is missing after Wysiwyg Transfer of Table Nodes
Priority: Normal
Current State: Waiting for Release
Released In: 2.2.0
Target Release: minor
If you transmit wysiwyg table data, the class attribute will be removed (html2tml).
--
AlexanderStoffers - 11 Jan 2011
This bug manifests when the HTML contains a table like this:
<table class="foo">...</table>
and when the stickybits setting contains the
class
attribute e.g. like this:
table=style,class,align,bgcolor,frame,rules,summary,width;
The problem is that _htmlParams does not respect the stickybits setting for the special case of "class".
This bug has been with us for a while, so I have downgraded it to "Normal".
--
MichaelTempest - 11 Jan 2011
It's a bit of balancing act, this. If you ignore the attribute, then more tables can be converted to TML, with loss of formatting.
I have added class to the stickybits for TABLE on branch
Item14323.
--
Main.CrawfordCurrie - 01 Mar 2017 - 20:14