Hello,
I'm currently trying to implement a crop tool to our Application.
My problem is that I keep getting indexOutOfRange errors from TransformManager.bringToFront either when clicking on the image I want to crop or when clicking outside to unselect it.
The same application also gives me from time to time an "wrong parent" error when trying to remove the dummyBox, event though the instance passes the "_selection.parent == _parent" test just before (TransformManager.updateSelection).
Both Errors seem very very weird as the range error is thrown even thought range is correct and