pcirella / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Child node event not firing #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Define a dynatree with only root node
2.Add the childnodes programmatically based on the records fetched from DB
3.while adding the childenodes I am adding the Onselect event to the 
childnode

(If possible, please attach an example HTML file, that works when copied
into the dynatree/doc/ folder.)

What is the expected output? What do you see instead?
On selecting the childnode the OPnselect event of the childnode to be 
fired.But it is not fired.

But I can assign the values to the title,tooltip and key properties of the 
childnodes

What version of the product are you using?
I am using dynatree-0.5.3 version
On what operating system and browser?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by dchandr...@gmail.com on 11 May 2010 at 5:34

Attachments:

GoogleCodeExporter commented 9 years ago
onSelect should be defined once for the tree, not for separate nodes.

Original comment by moo...@wwwendt.de on 12 May 2010 at 6:00

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 21 Nov 2010 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 26 Jan 2013 at 4:08