-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.2.0, 10.2.10, 10.2.11
-
Component/s: Macros - Other Macros
-
None
-
1
-
Severity 3 - Minor
Issue Summary
In Confluence DC , the Noformat macro does not have a horizontal scroll option for text longer than one line and filling the page width.
Steps to Reproduce
- Login to Confluence
- Open any page and add a Noformat macro, add text long enough so that it extends to next line
- Publish the page and view the resultant macro content
Expected Results
Noformat macro should be scrollable
Actual Results
Noformat macro is not scrollable
Lab Testing
- Tested on Confluence DC 9.2.20, 9.2.15, 10.0.1 — Noformat macro renders correctly with horizontal scrollbar for long single-line content. No workaround needed.
- Tested on Confluence DC 10.2.11, 10.2.10, 10.2.0 — Horizontal scrollbar is missing. Long text extends beyond the macro container with no way to scroll.
- Browser testing (all on 10.2.11): Chrome, Firefox, Safari — behaviour is consistent across all three browsers.
Reproducible with storage format:
<ac:structured-macro ac:name="noformat" ac:schema-version="1" ac:macro-id="1db05a18-c057-474d-9e15-35ee754593a0"> <ac:plain-text-body><![CDATA[this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text. this is a very long text.]]></ac:plain-text-body> </ac:structured-macro>
Past Bug Records — Not Valid Anymore
| JAC | Type | Resolution |
|---|---|---|
| https://jira.atlassian.com/browse/CONFSERVER-4539 | Suggestion | Timed out |
| https://jira.atlassian.com/browse/CONFSERVER-4904 | Suggestion | Timed out |
| https://jira.atlassian.com/browse/CONFSERVER-16736 | Bug | Fixed (v3.5) |
| https://jira.atlassian.com/browse/CONFSERVER-23356 | Bug | Won't Fix |
Workaround
Applied via Admin → Custom HTML → At end of the HEAD:
<style>
.panelContent pre
{
overflow-x: scroll;
}
</style>
Confirmed working on 10.2.11 — restores the horizontal scrollbar on the noformat macro.