- 🇬🇧United Kingdom iancawthorne
Reviewed and works. +1 for committing this patch please!
As suggested in the Accessibility | Tippy.js documentation:
Tooltips should only be applied to natively focusable elements like
<button>
or<input>
. If you are using a<div>
or<span>
element, ensure you add tabindex="0" so that it can receive focus.
At the moment, text or images with tooltips do not received tab focus and the tooltip is therefore not displayed.
Add the tabindex=0
attribute.
Provide patch
None
None
None
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Reviewed and works. +1 for committing this patch please!