Skip to content

Popover ignores "on" property if mouseEnterDelay is set #2583

@nfantone

Description

@nfantone

✔ BUGS → This form is required:

Steps

  1. Define a <Popup> component with a mouseEnterDelay property.
  2. Set on="hover" so it is triggered only on hover.
  3. Click on trigger element before mouseEnterDelay time expires.

Expected Result

The Popup opens only on hover, after mouseEnterDelay milliseconds, ignoring click events. It doesn't open if I click the trigger component.

Actual Result

The Popup is opened.

Version

0.78.3

Testcase

Edit Semantic UI React

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