tether
tether copied to clipboard
A positioning engine to make overlays, tooltips and dropdowns better
The readme links to https://github.hubspot.com/tether/ for documentation, and those links are dead. Not sure if you're managing http://tether.io/ now, but that site is loading weird too.
Fix for https://github.com/shipshapecode/tether/issues/907 I couldn't find any unit tests for the bounds file.
This may be related to #279. See example: https://stackblitz.com/edit/web-platform-xvi6jy?file=script.js To reproduce, click on the left red box, then click on the right red box. Note that the positions are correct....
Hi, I'm trying to get notified when `attachment` and `targetAttachment` element change: `top` and `left` positions. I'm initializing tether with this settings: ``` javascript var tether = new Tether({ attachment:...
tether.io
@TrevorBurnham do you think it would be possible to get tether.io transferred to us as well? As we iterate, we will want to update docs.
I'm referring to this tick function: https://github.com/HubSpot/tether/blob/3d7119e590661f8c9e9e566c8a7640c189687215/src/js/tether.js#L62-L83 I don't get the first if block. What you're effectively doing is to queue up a lot of setTimeout calls: ``` if (typeof...
I work on chromium and was investigating scroll performance on time.com and that led me to the tether.js code that adds a `touchmove` listener. `touchmove` (and `wheel`) listeners can have...
- [x] chosen - [x] content-visible - [x] ~dolls~ Doesn't seem like something we can test - [ ] element-scroll @chuckcarpenter - [x] enable-disable @rwwagner90 - [x] out-of-bounds @rwwagner90 -...
Feature request for automatically positioning the attachment based on available space. The option could be `attachment: 'auto'` or `attachment: 'auto auto'` for fully automatic positioning. Or for finer control `attachment:...
Here is an example: http://codepen.io/kizu/pen/wDyzE and the full-page view: http://codepen.io/kizu/full/wDyzE/ I can see there two problems: 1. On the [editor view](http://codepen.io/kizu/pen/wDyzE) on CodePen you can see that there is one...