sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way to specify the offset

luxzeitlos opened this issue · comments

popper.js allows to specify an offset with the offset modifier.

With ember-tooltips however this is not possible, because tooltip.js overwrites the offset property of any specified offset modifier.

tooltip.js however allows the offset to be set independent of the modifiers. Because ember-tooltips however does not allow to set this offset property there is currently no way to specify the offset.

Either tooltip.js should not overwrite the offset modifier when no offset option is specified or ember-tooltips should allow to specify the offset option.

I'm not sure whats the way to go here. Maybe we should do both?

Thanks @luxferresum, looks like you were able to get fix in upstream, and this is included in popper.js v1.3.3 & v1.16.0