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

Unenterable popovers keep disappearing & reappearing in quick succession #272

Closed
markgajdosik opened this issue Feb 21, 2019 · 3 comments
Closed
Assignees
Labels

Comments

@markgajdosik
Copy link

Version & browser

Chromium Version 71.0.3578.98 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit)

Which component

Popover

Steps to reproduce the problem

  1. Create a button with id="test"
  2. Create a popover with:
    <popover :enterable="false" placement="right" trigger="hover" target="#test">
  3. Hover the mouse pointer over the right edge (border) of the button.

Reproduce link

Expected behavior

Popover stays visible when hovering over the button and hidden when not hovering over the button.

Actual behavior

The popover will start appearing/disappearing in a quick succession.

@wxsms wxsms added the bug label Feb 26, 2019
@wxsms
Copy link
Member

wxsms commented Feb 28, 2019

I can't reproduce this on Mac chrome... are you using the latest uiv version?

@markgajdosik
Copy link
Author

markgajdosik commented Mar 1, 2019

https://codepen.io/anon/pen/pYgjwy

You need to be on the right border of the span for this to happen. Also, Firefox does not seem to have this issue. I manage to capture the behaviour on video:

Screencast 2019-03-01 00:20:10.zip

@wxsms wxsms removed the need repro label Mar 1, 2019
@wxsms
Copy link
Member

wxsms commented Mar 1, 2019

I see.

@wxsms wxsms self-assigned this Mar 1, 2019
@wxsms wxsms closed this as completed in f5fde9e Mar 4, 2019
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

2 participants