stefangabos / Zebra_Tooltips

A lightweight, accessible, and highly configurable jQuery plugin for creating beautiful tooltips

Home Page:https://stefangabos.github.io/Zebra_Tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility - Zebra tooltips do not react to focus events

xmlns opened this issue · comments

I added and tested keyboard functionality for Zebra Tooltips a while ago, I will be a submitting a PR for this shortly.
Tooltips should be accessible, that is, they should react to the Tab key.
Especially if the tabindex attribute is used to manually add them in the browser's keyboard navigation.

i agree

Fixed here: #40
Thanks for all your hard work @stefangabos !