Item10239: Class Attribute is missing after Wysiwyg Transfer of Table Nodes

pencil
Priority: Normal
Current State: Waiting for Release
Released In: 2.2.0
Target Release: minor
Applies To: Engine
Component: WysiwygPlugin
Branches: Item14323 master Item14288 Item14380 Item14537
Reported By: AlexanderStoffers
Waiting For:
Last Change By: CrawfordCurrie
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
 
Topic revision: r9 - 31 Jan 2018, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy