tether icon indicating copy to clipboard operation
tether copied to clipboard

A positioning engine to make overlays, tooltips and dropdowns better

Results 89 tether issues
Sort by recently updated
recently updated
newest added

What would be the ideal way to switch the placement of a Tether based on viewport size? For instance, I normally have my Tether attached to the right of a...

question

Hi, I found a weird issue while using tether in combination with content in iFrames. If you have clickable content in iFrames and are using an iPhone, the click event...

We can then use this util in Shepherd as well for tetherOptions

`getScrollParents` util can push `null` as sole scroll parent, causing a fatal error, when the `body` has not been rendered. This is the line that is leading to the below...

bug
hacktoberfest

There is at least one spot we are trying to support jQuery selectors. We should remove that in favor of native DOM.

by default the Tethered element inherit the classes of the element which the Tether is applied to, but this isn't always the wanted behavior., and it's not always easy to...

feature request

![tether-mid](https://user-images.githubusercontent.com/1726061/30792131-921f71da-a1ea-11e7-911b-9174879d5346.gif) It's a case on http://tether.io/ with a little modification (I tweaked the size of the target element a little bit and made the window horizontally scrollable): ```js new Tether({...

bug

Running into the issue of Tether moving elements to a negative Y position if everything on the page is positioned absolutely (height of document is 0). This is happening on...

bug

calling setOptions always requires a complete set of options including element and target For existing tether instances, setOptions should just update the keys provided (like _.extend() )

enhancement

I have a tether directly inside a DOM `window` with no intermediate `scrollParent`. When I set `constraints: { to: 'scrollParent' }` then I get incorrect behavior of the `tether-out-of-bounds` class....

bug