tether
tether copied to clipboard
A positioning engine to make overlays, tooltips and dropdowns better
I need to be able to make a large tethered element shrink to fit the available space it is constrained too. If the large tethered element is able to change...
I've encountered an issue with Tether where the position of the tethered element isn't updated properly when the parent of the target element has the CSS style `overflow-y: auto`. The...
Repro steps: 1. Visit http://github.hubspot.com/drop/docs/welcome/ 2. Open the console and apply `position: relative; top: 100px` to the `html` element. 3. Next apply `position: fixed; top: 100px; left: 100px` to `a.drop-example-theme-social-sharing`...
It is moved in https://github.com/HubSpot/tether/blob/master/tether.js#L1013, called from https://github.com/HubSpot/tether/blob/master/tether.js#L910 (note that this line is executed regardless of `moveElement`).
I've found an interesting edge case in which the tether object is not positioned correctly: The edge case concerns only these attachment settings: - `options.attachment: 'bottom left'` - `options.attachment: 'bottom...
Hello, I've been working with **`tether`** and **`tether-select`**, and decided to made a quick performance test using Chrome's timeline tab.. Looks like there's a lot of painful operations going on;...
Drop [documents themes briefly](http://github.hubspot.com/drop/overview/styling/), but the bulk of the source code for [themes is in Tether](https://github.com/HubSpot/tether/tree/master/src/css) (at least the [arrows theme](https://github.com/HubSpot/tether/blob/master/src/css/helpers/_tether-theme-arrows.sass)). Is there some documentation about using the themes supplied...
Hi. When the element is positioned like "inside" a target, i.e. when `attachment` is the same as `targetAttachment`, Tether seems to fail flipping the elements I expected this configuration ```...
A bug in mobile safari (http://stackoverflow.com/questions/19012135/ios-7-ipad-safari-landscape-innerheight-outerheight-layout-issue) causes the calling of getScrollBarSize-method and style recalculation on every position-method call. This causes flickering when the position of a tethered component is updated...
The title says it all. Is there a way that I can tether to an element that has yet to be inserted into the DOM. My usecase for this is...