Opened 5 years ago
#15300 new bug
screen readers read tooltip twice
Reported by: | yaelpi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when useing screen reader (JAWS etc) and set focus at tooltip the tooltip content read twice - one by aria-describedby and one by add it to div with role=log and aria-live="assertive". (seems that the aria-describedby is unnecessary) restores in https://jqueryui.com/tooltip/
Note: See
TracTickets for help on using
tickets.