Skip to content

Problem of click event bubbling (is this spec or bug ?) #644

Open
@8823-scholar

Description

@8823-scholar

Hello.

I Have a probrem of click event bubbling.
Is this spec ? or bug ?

case 1

click event reach to under other instance when exportRoot not have click event listsners.
8 2015-07-30 02-55-48

case 2

click event not reach to under other instance when exportRoot has click event listsners.
8 2015-07-30 02-59-57

cause code

Container._getObjectsUnderPoint method considers that container has click event listsners.
if container not have click event listsners, this method ignore not click event listsner children.

I think that click event should not reach to under other instance in any case.
What do you think ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions