Comment 3 for bug 823190

Revision history for this message
Chase Douglas (chasedouglas) wrote :

Right now the code checks if anyone is listening to onGestureStart, centroid.onOriginalChanged, centroid.onCurrentChanged, and onActiveChanged. After thinking about this some more I feel this is a bit broken as some things cause gesture acceptance and others do not.

I now think we should accept the gesture if anyone is listening to any signals emitted by the area, including onGestureUpdate.