How to stop Mouse Out event on Flex Canvas firing for child elements

前端 未结 3 2023
难免孤独
难免孤独 2021-01-19 13:16

I am using a Canvas itemRenderer for a container I use to display images. See pseudo code below.

image = new Image();
image.source = data.@thumb;
this.addChi         


        
3条回答
  •  情书的邮戳
    2021-01-19 13:36

    Rollout works for me. About the comboBox problem: You can also check if the target of the event is a child from the container.

提交回复
热议问题