Closed (fixed)
Project:
Taxonomy dhtml
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2007 at 07:10 UTC
Updated:
12 Apr 2009 at 04:19 UTC
Jump to comment: Most recent
This module does not validate. To fix this, do not close the li that the sub-ul falls under until after the sub-ul close tag. E.g.:
<ul>
<li>Item 1</li>
<li>Item 2
<ul>
<li>Item 2.a</li>
<li>Item 2.b
<ul>
<li>Item 2.b.i</li>
<li>Item 2.b.ii</li>
</ul>
</li>
<li>Item 2.c</li>
</ul>
</li>
</ul>
Comments
Comment #1
meba commentedWill you be able to make a patch? Please take care of TDHTML javascript. It's still not ideal and the patch shouldn't break it...
Comment #2
brasto commentedI am very busy with a contract or two. If I have some spare time, I'll look at your code and see if I can help with it. If anyone else wishes to do this, feel free - I'm not sure if or when I can do it.
Comment #3
Anonymous (not verified) commentedThis module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).