NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item10239: Class Attribute is missing after Wysiwyg Transfer of Table Nodes
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Confirmed |
Engine |
WysiwygPlugin |
|
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