#1108 closed defect (fixed)
TreeSelector.deselect() causes error if no node is selected
Reported by: | Owned by: | ilia | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
$SUBJ
first line of method deselect() should be:
if (!this.selectedNode) { return; }
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from bill to ilia |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch accepted