#12740 closed defect (wontfix)
Rendering issue in the message list page
Reported by: | ntmlod | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
No problem on the Forum & Topic list pages but in the message list view the banner is overriding by the main navigation bar and the remaining content of the page.
In the HTML code of the page, a style script line seems to be missing in the head block by comparison with other page.
<style type="text/css"> @media screen { #mainnav, #ctxtnav, #pagepath {top: 98px;}#content, #notice, #warning, #altlinks, #altlinks, #footer {top: 148px;} } </style>
When I add it online, I recover a good rendering.
Attachments (2)
Change History (9)
comment:1 Changed 9 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
The path is something like this ${Project_URL}/discussion/topic/${Topic_number}
comment:3 Changed 9 years ago by
I can't reproduce. wiki.css
is included on pages with the path /discussion/topic/<id>
. Are you running the latest version of the plugin? If yes, could you post a screen capture of the issue?
Changed 9 years ago by
Changed 9 years ago by
Attachment: | Good_rendering.jpg added |
---|
comment:4 Changed 9 years ago by
Yes , I confirm last revision for Discussion plugin (15151) and also Menus plugin (12147).
comment:5 Changed 9 years ago by
Sorry my mistake, I've got 2 branches in my source directory for this plugin (0.11 and 1.0) because it crashed with 1.0 with an internal error. I will create a separated ticket for that.
So the rendering issue is under the last revision of 0.11 branch (15097).
comment:6 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
Thanks for the additional information. The 0.11 branch is no longer supported, but I'll fix #12762.
comment:7 Changed 8 years ago by
Sorry, I probably led us in the wrong way.
This bug seems to be a side effect of using simultaneously NavigationDisplayPlugin (trunk) for fixing the main menu. With a clean standalone installation, I was able to reproduce it precisely on the topic page messages view (message-list.html
template).
It is probably related to CSS file fixed_menu.css
included but I don't figure out why it occurs only with this particular page.
Replying to ntmlod:
I guess we need to add
common/css/wiki.css
to that page. What's the path for the message list view? I haven't worked on the plugin in some time so I'm not familiar with all the views.