tether
tether copied to clipboard
A positioning engine to make overlays, tooltips and dropdowns better
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...
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...
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...
 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({...
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...
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() )
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....