Remove/Cancel Bubbling for an Event in Flex3
I recently had an issue in flex where I needed the click event for a component in an ItemRenderer to not bubble up to the parent list. Since the click event was being dispatched by Flex SDK code, I could not directly do this by passing false into the event’s constructor. I had hoped to find a property I could set on the object, something like “clickBubbles”, which I could set which would accomplish this.
Either that property doesn’t exist or I could not find it. My solution was to basically hijack the event and send an impersonator in its place.
Read more »
Heuristic reviews are a great tool for finding usability issues in any existing interface, from web-based to desktop. It’s a quick and relatively inexpensive way to uncover, document and prioritize usability problems.




