taxonomy_dhtml generates

id=menu

in its code.

The latest CSS for xtemplate (from CVS of 2003-09-25) breaks the functionality of taxonomy_dhtml, because it has

text-align: right;

Which makes the menu at the top display correctly (aligned to the right of the screen), since it has the id=menu as well.

But screws up the DHTML menu, which will not work.

To reproduce the problem, just configure xtemplate using the CVS version, and display a taxonomy. The first taxonomy will be wrong.

I tried to change id=menu to something else (e.g. id=dmenu), but that broke the DHTML itself, no submenus were displayed.

Comments

Eric Scouten’s picture

Project: Taxonomy » Taxonomy dhtml
Version: » master
Component: modules » Code
Status: Active » Fixed

No such ID now. Menu IDs are dynamically generated.

Anonymous’s picture

Anonymous’s picture

jw867’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)