-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.4.2, 6.8.2, 8.5.4, 9.1.0, 8.5.14
-
4
-
Severity 3 - Minor
-
2
-
Summary
Users are unable to copy the content of the table headers in Confluence pages. This happens in Google Chrome as well as Firefox.
Steps to Reproduce
- Create a Confluence page.
- Add a table with a header.
- Add content in the headers.
- Save the page.
- In the view mode, try to copy the content of the header.
Expected Results
The content of the header is copied.
Actual Results
The header cannot be selected for copying.
Workaround
- Disable the Confluence sortable table plugin
- Use Safari as the browser
- Copy the header through the Edit mode.
This ticket came from us. As a side not all the workarounds are not good for us so we did JS alternative using Observers:
We did not see any other inline styling other than user-select: none. So for us is fine removing the full inline style, but someone might want to handle it a bit differently by changing the code inside the if clause.
What this does is that every time your own Confluence sortable table plugin changes the table headers inline styling this removes that style, by looking at changes in the style attribute.