Skip to content

one click triggers two popup of paper-dropdown-menu #1004

Closed
@lext-7

Description

                 <paper-dropdown-menu label="Hot" ng-controller="filter" id="tagTrigger" self-center >
                        <paper-dropdown class="dropdown">
                            <core-menu class="menu">
                                <paper-item>Hot</paper-item>
                                <paper-item>Recent</paper-item>
                            </core-menu>
                        </paper-dropdown>
                    </paper-dropdown-menu>

when it is click, the first time it works normally. But after the second time, it will show up twice. One shows up very quickly, and another normally. In the meantime, the event listener added to it will be triggered twice as well.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions