Issue 328: onSelect should be called before selecting a node
Status:  Invalid
Owner: ----
Closed:  Jul 2012
Reported by sh...@tracksimple.com, Jul 11, 2012
JS event handlers are called before the event is processed. The return value of the function determines whether the default event behavior will proceed. The same should happen with the onSelect callback. If there is an onSelect option, that function should be called first from DynatreeNode.prototype._select, and the node should be selected only if onSelect returns true.

Jul 13, 2012
Project Member #1 moo...@wwwendt.de
This is already implemented as `onQuerySelect`
Status: Invalid
Labels: Milestone-Release1.2.2