You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%;.
Check out the originally supplied jsbin and you'll see that there is nothing tether can do to fix this.
The text was updated successfully, but these errors were encountered:
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.
[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 positionedleft: 50%;
.Check out the originally supplied jsbin and you'll see that there is nothing tether can do to fix this.
The text was updated successfully, but these errors were encountered: