Opened 14 years ago
Closed 14 years ago
#2573 closed defect (fixed)
TreeV3 programatic node selection
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Visual feedback is not provided to the user when a node is selected programatically. When a node is selected via TreeSelectorV3: selector.select ( node ) the application is provided the feedback on the select event from the TreeSelector? but visual feedback is not available. The dashed line around the selected node is not visible.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | selection.html added |
---|
comment:1 Changed 14 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to bill |
TreeV3 is not being ported to 0.9. Does dijit.Tree do this?
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well, Tree doesn't really support selecting a node programatically. On the other hand, for something like closing a whole sub-branch of the tree, focus is automatically redirected to a visible node, so in that sense this bug is fixed. Half fixed, half wont-fix.
Programatically select node vs. Manual select node