Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 12:00 UTC
Updated:
24 Jul 2013 at 08:39 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| tree-expanded.png | 27.62 KB | sifaan | |
| tree.png | 14.69 KB | sifaan |
Comments
Comment #1
sifaan commentedPS 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)
Comment #2
xanoThe 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.
Comment #3
xanoI 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.
Comment #4
xanoCommitted to 6.x-2.x-dev as well.
Comment #5
xanoLast but not least: committed to 5.x-2x-dev.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
xano