Closed (won't fix)
Project:
Views Bonus Pack
Version:
5.x-1.2-alpha1
Component:
Lineage Nested
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2007 at 16:19 UTC
Updated:
3 Feb 2013 at 16:20 UTC
In function theme_views_bonus_lineage_tree_summary, the algorithm for closing opened < li > and < ul > tags does not seem to produce the desired effects. I don't quite have the time to delve deeper into what precisely is wrong, but here is some sample code generated on my site
<div class='view view-biblioview'><div class='view-summary view-summary-biblioview'><ul></li>
<li><a href="/literature/Bipolar+Disorder">Bipolar Disorder</a> (3)
<ul>
<li><a href="/literature/Cultural+analysis">Cultural analysis</a> (3)</li>
<li><a href="/literature/Helpful+skills+for+daily+life">Helpful skills for daily life</a> (1)</li>
</ul>
</li>
</ul>
<li><a href="/literature/Suicide">Suicide</a> (2)</ul></div></div>"biblioview" is here my custom name for the view. The < /li > in the first line closes a tag that hasn't been opened, the < /ul > in the penultimate line closes the list prematurely (it's the top level and should contain the next item as well), and in the last line, the < li > tag is not closed.
Thanks for the module, and for looking into it.
Comments
Comment #1
dmitrig01 commentedwould you mind posting an export of your view?
Comment #2
Tobi2000 commentedHere comes an export of the view that produces the faulty ul list. You can look at it at www.livecrazy.org/literature :
Comment #3
pomliane commentedThis version of Views Bonus Pack is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.