You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Juan Pablo Santos Rodríguez (Jira)" <ji...@apache.org> on 2021/10/28 10:08:00 UTC

[jira] [Closed] (JSPWIKI-1113) XHtmlElementToWikiTranslator does not retain table attributes like colspan/rowspan

     [ https://issues.apache.org/jira/browse/JSPWIKI-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Pablo Santos Rodríguez closed JSPWIKI-1113.
------------------------------------------------

> XHtmlElementToWikiTranslator does not retain table attributes like colspan/rowspan
> ----------------------------------------------------------------------------------
>
>                 Key: JSPWIKI-1113
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1113
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.11.0-M4
>            Reporter: Annapoorni D
>            Priority: Major
>
> We are using jspwiki 2.8.3 version in our application, when an input is of html format its sent to jspwiki's XHtmlElementToWikiTranslator to be translated to wiki text format.
>  While doing so, if in html if there is table tag with td containing "colspan" attribute, this is merely ignored and just td is replaced with "|" ie standard td equivalent in jspwiki format.
>  
> I have checked the latest source and verified the class XHtmlElementToWikiTranslator still replaces any td with just "|" attributes for Element are not used anywhere here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)