You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Hey I've been testing the tooltip on mobile devices with the screen reader and I found the tooltip doesn't appear to read the information.
This looks like to bed due the screen reader not firing focus events when it goes onto the element. So therefore no aria-describedby is appearing on the button element.
Only if I double click on it to open the tooltip then focus out and the back again will it read the message.
Bug description
Hey I've been testing the tooltip on mobile devices with the screen reader and I found the tooltip doesn't appear to read the information.
This looks like to bed due the screen reader not firing focus events when it goes onto the element. So therefore no aria-describedby is appearing on the button element.
Only if I double click on it to open the tooltip then focus out and the back again will it read the message.
Reproduction
I attached a video for example
https://github.com/atomiks/tippyjs/assets/25663405/461941f7-abbf-48ef-b1c5-2b6250fbfd03
If anymore information is needed please do let me know.
The text was updated successfully, but these errors were encountered: