Opened 14 years ago
Closed 14 years ago
#2074 closed defect (fixed)
dojo.widget.TreeExpandToNodeOnSelect - incorrect event handler
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1rc1 |
Keywords: | TreeExpandToNodeOnSelect | Cc: | |
Blocked By: | Blocking: |
Description
Hi there,
I downloaded release 0.4.1rc2 and also nightly build dojo-2006-12-01-src.zip and I think there is one suspicious thing in dojo.widget.TreeExpandToNodeOnSelect? class. The class subscribes to the event in initialize() method and the event handler is "onSelect". However, the class declares the method "onSelectEvent" and not "onSelect". And that I found suspicious. I'm not sure whether it is a defect or not - please take a look at it.
Thanks.
Marcel (Email: [email protected]…)
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6861]) Fixes #2074