HTML tables break when embedded in an Expand macro

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Summary

      When a table is added in an HTML macro inside an expand macro, the first line cannot be selected/highlighted

      Steps to Reproduce
      1. Add an 'expand' macro to a page
      2. Inside that macro, add an HTML macro
      3. Enter the following in the HTML macro:
        <table class="confluenceTable">
        
        <thead>
        
        <tr>
        <th class="confluenceTh">head</th>
        <th class="confluenceTh">line</th></tr>
        </thead>
        
        <tbody>
        
        <tr> 
        <td>body</td>
        <td>line1</td></tr>
        
        <tr> 
        <td>body</td>
        <td>line2</td></tr>
        
        <tr> 
        <td>body</td>
        <td>line3</td></tr>
        </tbody>
        </table>
        
      4. Save the page
      Expected Results

      The contents of the table can be highlighted/selected.

      Actual Results

      The first line cannot be highlighted/selected.

      Workaround

      Add the table as a normal Confluence table inside the expand macro

            Assignee:
            Unassigned
            Reporter:
            Daniel Ponzio
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: