Drag-drop redraggable - adv action fires on click
I'm creating a drag - drop with an advanced action (object action) counting dropped items that fires when an item is dropped. I also want users to be able to re-drag a mistakenly dropped item to its correct drop zone without sending it back to origin with Undo. My AA calls a javascript that determines correct drops and scoring according to a set of rules. All works fine except that my AA is triggered by simply clicking a dropped item once it is in a drop zone - it does not have to be dragged anywhere. This allows users to run up the counter by repeatedly (and infinitely) clicking one correctly dropped item.
Is there any way to limit firing of the AA to actually dropping an item into a drop zone when redrag is enabled?
The javascript is irrelevant to this issue - just an AA that increments a counter has the same problem.
Thanks for your help.
CP9.0.2.437
