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

Wrong position of tooltip arrow when 'constraints' moves the tooltip #23000

Closed
timfish opened this issue Jul 5, 2017 · 2 comments
Closed

Wrong position of tooltip arrow when 'constraints' moves the tooltip #23000

timfish opened this issue Jul 5, 2017 · 2 comments

Comments

@timfish
Copy link

timfish commented Jul 5, 2017

[email protected]

Issue #20685 was closed but this is not an issue with tether.

If your tooltip is moved due to constraints (ie. to keep the tooltip on the viewport), the arrow no longer points to the target element. This has nothing to do with tether as said in #20685 and everything to do with the use of ::before elements positioned left: 50%;.

image

Check out the originally supplied jsbin and you'll see that there is nothing tether can do to fix this.

@Johann-S
Copy link
Member

Johann-S commented Jul 5, 2017

Currently we removed the use of Tether and now we use Popper.js and Popper.js manage the arrow position so this issue don't exist with latest v4-dev dist files.

X-REF: #22681

@Johann-S Johann-S closed this as completed Jul 5, 2017
@timfish
Copy link
Author

timfish commented Jul 5, 2017

@Johann-S Many thanks

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

No branches or pull requests

2 participants