Opened 12 years ago
Closed 12 years ago
#11860 closed defect (fixed)
[patch][cla] IE6 + Claro + dijit.Tree: Leaf Nodes incorrectly show minus icon
Reported by: | Kenneth G. Franqueiro | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | themes | Version: | 1.5 |
Keywords: | claro tree ie6 | Cc: | |
Blocked By: | Blocking: |
Description
(Reported by terry
in the IRC channel)
If you view http://archive.dojotoolkit.org/nightly/checkout/dijit/themes/themeTester.html?theme=claro in IE6 and switch to the "Dojo Tree from Store" pane in the AccordionContainer on the left, you will notice that the leaf nodes in the tree have minus icons, when in fact they should have no icon whatsoever.
This is occurring because there is an additional IE6-specific CSS style for the background image of .dj_ie6 .claro .dijitTreeExpando
, but there is no complementary style of matching specificity for .claro .dijitTreeExpandoLeaf
, so the image continues to be displayed even for leaf nodes.
I'm attaching a patch that fixes this.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | Tree.css.patch added |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix for IE6-specific tree leaf node expando icon issue in claro