Uploaded image for project: 'Confluence'
  1. Confluence
  2. CONFLUENCE-214

Table with personalised color cells have double class which leads to wrong rendering

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 9.39.0
    • 9.38.2
    • None
    • Unit
    • Unknown
    • N/A
    • N/A

    Description

      When importing table with personalised color cells, the rendering applied is not the one in Confluence. In XWiki, there is a double class :

      Confluence :

      //
      <tr>
      <td style="text-align: center;">
      <p style="text-align: left;">Disposer d'un mail (2)</p></td>
      <td class="highlight-green" data-highlight-colour="green">Oui</td>
      <td class="highlight-red" data-highlight-colour="red">Non</td>
      <td class="highlight-red" data-highlight-colour="red"><span>Non</span></td>
      </tr> 

      XWiki :

      //
      (% style="text-align: left;" %)
      Disposer d'un mail (2)
      )))|(% class="highlight-green" data-highlight-colour="green" %)(% class="highlight-green" data-highlight-colour="green" %)
      (((
      Oui
      )))|(% class="highlight-red" data-highlight-colour="red" style="background-color:#ff6699" %)(% class="highlight-red" data-highlight-colour="red" %)
      (((
      Non
      )))|(% class="highlight-red" data-highlight-colour="red" style="background-color:#ff6699" %)(% class="highlight-red" data-highlight-colour="red" %)
      (((
      Non
      )))
      | 

       

      Attachments

        Activity

          People

            MichaelHamann Michael Hamann
            clamblin LAMBLIN
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: