Download & Extend

site map does not display correctly with garland

Project:Site map
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

With Garland theme, the top level menu items are displayed out in the left margin.

Comments

#1

I just tried with a clean install of the latest Drupal 5 HEAD and Sitemap HEAD and could not see this problem. Please try with clean installs and if the problem persist attach a screenshot of it.

#2

Just tried site_map head with fresh drupal rc2 with same results.

Same result for IE7 and Firefox 2

Problem is duplication of list markers

E.g. if Navigation menu is displayed for user#1 then "Create Content" has a solid list marker triangle and an open garland list marker overlayed.

#3

screen shot

AttachmentSize
temp.JPG 7.5 KB

#4

I had the same problem, but have been able to fix it by editing site_map.module.

In the function below, I've changed

    to

#5

In post above the tags are not shown.
Change the ul tag to class=menu instead of class=tree

#6

The POST #5 is the most correct. Thank you all.

#7

Status:active» closed (fixed)