stevermeister/ngWig

Can't get focused using keyboard tab key

Closed this issue · 4 comments

The editor is not focused when I used keyboard tab key to navigate through my form. I found that
tabindex is set to -1 in ng-wig/views/ng-wig.html tempate in ngWig\dist\ng-wig.js.

@sajithk This is something that has been reported also in a previous issue #113 . I think that changing just the tabindex should not be enough in situations with multiple editors. Do you have any ideas to suggest?

Thanks for your issue!

i have multiple ng-wig textarea and want to switch for one to the next with tab. how to do this please ?

@bampakoa probably we could create something with tabIndex, here?
(like https://codepen.io/tjacobdesign/pen/qpxyh)

BTW, @sajithk nice catch for the tabindex!