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

Tabindex is missing .

sakinehmehrabi opened this issue · comments

http://sir-dunxalot.github.io/ember-tooltips/
tabindex is not using by default .so we can not use event focus... .

Thanks! This indeed looks like a bug. We probably just need to be specifying tabindex="-1" on our tooltip elements. I'll take a look at this today or tomorrow.

Hi,
With customising a component's element it will be work :
tagName: 'a', attributeBindings: ['tabindex'], tabindex:'0',