ok. Let's see I can express the problem properly here as there are more steps and strange behaviour involved.
CAPX: dl.dropbox.com/u/14087254/DragAndDropBug.capx
The design
The sample uses a dual analog setup for testing purposes. The intention is that upon pressing the large circular area(pad). The DnDB object(stick) is moved to the touch position and then proceeds to have the DnDB object dragging condition.
Problem
The Drag and Drop Behaviour(DnDB)if placed into a folder for sorting will not achieve the desired above results. the behaviour object will be moved to the touch position, but will not be put into drag mode.
Steps to produce
Test A(working)
run game
put a finger on the either large circle.
Move finger around.
DnDB moves with finger as it is in "is dragging" state.
Test B(not working)
In the events. Put either stick1 or stick2 into the "PUT_STICK_IN_HERE_TO_BREAK" sub folder.
run the game
touch either large circle
move finger around
DnDB object does not move with finger as the object "is dragging" was not set. :(
There are two results from this
1. the object does not switch to dragging
2. Even if there is only one DnDB object. No other DnD objects will work.
I hope I expressed this correctly. I left two test cases inside to show that it doesn't matter which DnDB object is in a subfolder. As it does continue to affect others that are not.
Chrome, FF, Opera
Android Browser and Chrome, IOS Safari 5 and 6