Opened 12 years ago
Closed 12 years ago
#8256 closed defect (fixed)
Tree: loses highlight affect on expand/collapse
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a tree node is expanded or collapsed, the highlighted background style is removed.
dijit._TreeNode._updateItemClasses should use dojo.addClass/removeClass to avoid removing other classes on the label node (such as dijitTreeLabelFocused).
Note: See
TracTickets for help on using
tickets.
Fixed by [16043] (trac should have closed this automatically).