Tree elements that can be expanded give strange arrows in the background. Issue exists in both FF (3) and IE (7).
I think (from firebug) that it's from "parent" class (because both terms that have the issue have class "parent" and the ones that don't have the issue don't) but I may be wrong.

Screens attached.

CommentFileSizeAuthor
tree-expanded.png27.62 KBsifaan
tree.png14.69 KBsifaan

Comments

sifaan’s picture

PS I'm using a (modified) theme pixture.
Possibly the css in pixture is defining classes in such a way that the images for bullets are overriding whatever VI is trying to set, and therefore VI images get repeated in the content area.

I found that in the collapsed view, i need to comment out parent-rtl.gif background in vocabindex-rtl.css, as well as parent.gif background in vocabindex.css (I don't know BOTH were getting active) to get the result I expect.

Still, the expanded view gives the down pointing arrow (repeated everywhere). I'm surprised that this only appeared when the others were commented out (in the screenshot I uploaded earlier, even when expanded, the parent-rtl.gif was showing as the background)

xano’s picture

Priority: Normal » Minor

The Vocabulary Index CSS styling is based on Garland. You can prevent this behaviour yourself by overriding vocabindex.css. I will try to make the styling more generic so it will work with other themes as well.

xano’s picture

Assigned: Unassigned » xano

I reworked the rendering functions and CSS (and consequently the JavaScript code as well) and this issue should be fixed. Currently changes have only been committed to 7.x-2.x-dev, but a fix for 6.x-2.x-dev and 5.x-2.x-dev will follow ASAP.

xano’s picture

Committed to 6.x-2.x-dev as well.

xano’s picture

Status: Active » Fixed

Last but not least: committed to 5.x-2x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned