Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup: with hoverable stay open when cursor leaves the popup #3508

Closed
InExtremaRes opened this issue Mar 16, 2019 · 6 comments
Closed

Popup: with hoverable stay open when cursor leaves the popup #3508

InExtremaRes opened this issue Mar 16, 2019 · 6 comments
Labels

Comments

@InExtremaRes
Copy link

Bug Report

Steps

  1. Render a Popup with a Button as trigger and hoverable.
  2. Hover the button to open the popup, then put the cursor inside the popup.
  3. Let the cursor leave the popup.

Expected Result

The popup should close since the cursor leave the popup.

Actual Result

The popup keeps open.

Version

0.86.0 (it works correctly in 0.85.0)

Description

This only happens with hoverable. You can see the effect here:
popup-1

When the cursor exit the popup it keeps open. In version 0.85 the popup was closed when the cursor exit the popup. The problem is more noticeable in this view with many buttons and popups:
popup-2

@layershifter layershifter changed the title Popup with hoverable stay open when cursor leaves the popup Popup: with hoverable stay open when cursor leaves the popup Mar 17, 2019
@pratheekhegde
Copy link

This bug seems to be still present in 0.86.0

@layershifter
Copy link
Member

It was fixed recently and was not released yet....

@martinop
Copy link

martinop commented Aug 4, 2019

is this error fixed?

@layershifter
Copy link
Member

Yep, it was released in 0.87.0, https://github.com/Semantic-Org/Semantic-UI-React/blob/master/CHANGELOG.md#v0870-2019-05-06

@martinop
Copy link

martinop commented Aug 6, 2019

That version has a problem with the position of the Popup, do not respect it

@Aequitas737
Copy link

Aequitas737 commented Dec 11, 2019

I'm still getting this with 0.88.2. Possibly something to do with components next to each other in a table? If I add padding I don't get it as often (if I move the mouse quickly then I still do, but slowly is fine with some padding). Or due to being a button component?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants