Actions
Defect #34473
openDisplaying the table of content on the right causes wrong position
Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi everyone,
I installed the latest version of Redmine and I started to try the wiki.
I wrote a simple page with titles ans subtitles, and at the very beginning of the page I put:
{{>toc}}
to get the table of content on the top right corner.
Actually as you can see the result is quite disturbing because I would have expected to get the TOC under "Modifier Surveiller".
I think it may be a UI bug.
Files
Updated by Go MAEDA almost 3 years ago
- File 34473.png 34473.png added
- Status changed from New to Confirmed
- Affected version changed from 4.1.1 to 3.4.13
I have confirmed the issue with Redmine 3.4, 4.0, and 4.1. It occurs when "{{>toc}}
" is placed at the first line.
You can avoid the issue by placing "{{>toc}}
" after the first heading instead of the first line.
Actions