ember-tether
ember-tether copied to clipboard
Tether an element to another element in the DOM
It seems that by default Tether.js positions the elements in-place and using `bodyElementId` allows us to use a different parent element, unrelated to the DOM position where the component is...
I have a `ember-tether` inside an `{{#if}}` that contains a `{{link-to}}`. The following breaks: - make the `if` evaluate to `true` - click the `{{link-to}}` - make the `if` evaluate...
There is a condition in a template (as shown in readme): ``` {{#if isShowing}} {{#ember-tether target='#a-nice-person' targetAttachment='top left' attachment='bottom left' }} A puppy {{/ember-tether}} {{/if}} ``` When the `isShowing` turned...
When using constraints, it would be handy to be able to listen to the repositioned event that was [added and described in this PR](https://github.com/HubSpot/tether/pull/196#issuecomment-237201582). The main use case I know...
I have a simple component utilizing ember-tether to show a dropdown menu: ``` ☰ {{#if showDropdown}} {{#ember-tether target='.dropdown-link' targetAttachment='bottom left' attachment='top left'}} {{header-dropdown-menu}} {{/ember-tether}} {{/if}} ``` This works properly on...
Hi, When using this component as part of another component, the integration for the parent component is failing. ``` Error: ember-wormhole failed to render content because the destinationElementId was set...
You actually need to apply static positioning to all elements between the element that tether positions and the body. This is how I currently manage to make it work, it's...
I think it would be very user friendly to insert the `position: static !important` snippet using the `{{content-for "test-head-footer"}}` hook.
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...