Small rendering problem
SaxxIng - August 5, 2008 - 12:57
| Project: | Site Documentation |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | SaxxIng |
| Status: | duplicate |
Jump to:
Description
I have found a small but tedious rendering problem in admin/build/sitedoc and admin/settings/sitedoc/archive pages.
After a code analysis I have found a solution (but I'm not sure this is the best and the most right one).
You have to comment row 376 of sitedoc.module ($output .= "</div>\n";) and change row 373 of sitedoc.admin.inc (from '#prefix' => '</div><div class="clear-block"></div>' to '#prefix' => '<div class="clear-block"></div>')
Hope this cab be helpful.
Saxx

#1
You need to describe the problem better because I've tried both tabled and tableless themes and I don't see problems.
#2
Essentially the problem produced two fieldset "unreadable" (fieldset-background-color equal to site-background-color and text color equal also). Analyzing the produced HTML source I saw that two
<div>tags had a wrong close (</div>). With the previous posted code the problem is no more.#3
I think you're seeing the same thing as reported in #259215: Site documentation page breaks theme which is fixed in the -dev version.
#4
Version 6.x-1.2 works well! Problem solved!
Thanks,
Saxx