Defect #43168
openResponsive mode layout breaks when table headers are enabled in related and sub-issues list
0%
Description
When "Show table headers" is enabled in Administration > Settings > Issue tracking > Related and sub-issues list defaults, switching to responsive mode causes field values to be incorrectly merged into the leftmost column.
Steps to Reproduce:
1. Go to Administration > Settings > Issue tracking.
2. In Related and sub-issues list defaults, enable Show table headers.
3. Open an issue that has related issues or sub-issues.
4. View the page in responsive mode (narrow screen).
5. Observe that field values are displayed together in the subject column.
Related: Patch #43134: Dringend: Account-Verlängerung erforderlich für Seminar
Files
Updated by Mizuki ISHIKAWA 3 days ago
- File screenshot 2025-08-29 17.02.32.png screenshot 2025-08-29 17.02.32.png added
- File screenshot 2025-08-29 17.02.00.png screenshot 2025-08-29 17.02.00.png added
- File fix-43168.diff fix-43168.diff added
I’m attaching a patch to fix this issue.
With this patch, if a header is present, the layout will allow horizontal scrolling using overflow-x: scroll;.
If no header is present, the layout will remain unchanged, preserving the previous behavior.
No header (no change from before) | With header (adds scrolling) |
---|---|
![]() |
![]() |