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

Tooltip css glitch with placement #4721

Closed
luhaolu opened this issue Feb 3, 2020 · 2 comments · Fixed by #4727
Closed

Tooltip css glitch with placement #4721

luhaolu opened this issue Feb 3, 2020 · 2 comments · Fixed by #4727
Assignees

Comments

@luhaolu
Copy link

luhaolu commented Feb 3, 2020

Describe the bug

Create a tooltip with any placement of: topleft, topright, righttop, rightbottom, bottomleft, bottomright, lefttop, and leftbottom and observed there is a small gap between "tooltip-inner" and "arrow"

Steps to reproduce the bug

  1. Create a tooltip
  2. Set placement property as "topleft"
  3. Open the tooltip
  4. See there is a gap between the arrow and tooltip-inner. This is likely due to the broader radius of tooltip-inner
    image

Expected behavior

Position of the arrow is adjusted (likely with an offset of the border radius) so there isn't a gap.

Versions

Libraries:

  • BootstrapVue: 2.3.0
  • Bootstrap: 4.4.1
  • Vue: 2.6.10

Environment:

  • Device: Desktop
  • OS: Win 10
  • Browser: Chrome
  • Version: 79.0.3945.130
@tmorehouse
Copy link
Member

We are in the process of upgrading to Popper.js v2,x, which should hopefully fix a few of these issues.

@jacobmllr95
Copy link
Member

Closed by #4727.

@tmorehouse tmorehouse added the Status: Fixed / Implemented Issue fixed by a new release label May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants