-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 5.10
-
Component/s: Macros - Other Macros
-
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
- Add an 'expand' macro to a page
- Inside that macro, add an HTML macro
- 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>
- 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