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
Description:
When using VoiceOver on the Kaltura Video Player, navigating through controls using VO-Left Arrow and VO-Right Arrow results in the VoiceOver cursor stopping on both the control buttons and their associated tooltips. This creates two issues:
Inefficient Navigation: Users must press navigation keys twice as many times to move through the player controls since they need to navigate past both the button and its tooltip.
Potential User Confusion: When navigating quickly, users may be unsure whether they're focused on the actual control button or its tooltip, potentially leading to a confusing experience.
This affects all controls with tooltips, including:
Play button
Seek backwards (10 seconds) button
Seek forwards (10 seconds) button
Mute button
Enable Captions button
Settings button
Picture in Picture button
Fullscreen button
Note: This issue effects screen reader users in general as the tool tip text is discoverable when other screen readers (NVDA, JAWS, etc.)
Confirmed no negative impact on existing functionality
Impact:
This change significantly improves the navigation experience for screen reader users while maintaining the visual tooltip functionality for sighted users.
The text was updated successfully, but these errors were encountered:
brichwin
changed the title
Improve VoiceOver Navigation Experience by Hiding Control Tooltips from Screen Readers
Improve Screen Reader User's Navigation Experience by Hiding Control Tooltips from Screen Readers
Jan 17, 2025
brichwin
changed the title
Improve Screen Reader User's Navigation Experience by Hiding Control Tooltips from Screen Readers
Improve Screen Reader Users' Navigation Experience by Hiding Control Tooltips from Screen Readers
Jan 17, 2025
Description:
When using VoiceOver on the Kaltura Video Player, navigating through controls using VO-Left Arrow and VO-Right Arrow results in the VoiceOver cursor stopping on both the control buttons and their associated tooltips. This creates two issues:
Inefficient Navigation: Users must press navigation keys twice as many times to move through the player controls since they need to navigate past both the button and its tooltip.
Potential User Confusion: When navigating quickly, users may be unsure whether they're focused on the actual control button or its tooltip, potentially leading to a confusing experience.
This affects all controls with tooltips, including:
Note: This issue effects screen reader users in general as the tool tip text is discoverable when other screen readers (NVDA, JAWS, etc.)
Here is a video demonstrating the issue:
Video: Improve VoiceOver Navigation Experience by Hiding Control Tooltips from Screen Readers (2:34)
Proposed Solution:
Add
aria-hidden="true"
to the tooltip component insrc/components/tooltip/tooltip.tsx
. This change:Sample video player with this fix applied: demo-with-aria-hidden-on-tooltip
Testing Completed:
Impact:
This change significantly improves the navigation experience for screen reader users while maintaining the visual tooltip functionality for sighted users.
The text was updated successfully, but these errors were encountered: