There appears to be a bug when you use drag and drop and a tree panel. Click events no longer seem to fire correctly.

I have a tree drag zone and a tree drop zone both pointing to the same treepanel. When I start to drag something, it automagically selects the node I started to drag, but apparently the click event doesn't propagate b/c I have an ajax event that's supposed to fire when a node is selected.

Perhaps I'm doing something wrong. Please help! (c: