Hi, > I’m actually not convinced that we should enforce use of cloneEvent on all > events.
Again in the wiki doc I did put that it may not be required in every case. If you have bubbles as a parameter it would be reasonable to assume that a cloneEvent method is needed, where bubble isn’t a parameter the intent is unclear but it’s probably the case you don’t want events to bubble. 6 out of 8 issues of those have bubbles as a parameter. While the intent in not entirely clear in those other 2 cases it may be that they don’t need cloneEvent method. > How often is clone really used? I’ve used it in just about every single application I've ever written in Flex and I assume most applications will need it. Thanks, Justin