In flash doubleClick events are not dispatched unless
InterActiveObject.doubleClickEnabled is set to true. In HTML there's no such
property and dblclick is always dispatched. We'd like add doubleClickEnabled
to FlexJS and were thinking of doing it in a bead. 

The question is how to implement it on the JS side. One idea is to add an
event handler to dblclick with max priority and decide whether or not to
stop event propagation. The problem is I don't see a way to add priorities
to event handlers. 

Any ideas?



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-DoubleClickEnabledBead-tp56048.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to