Opened 9 years ago
Last modified 9 years ago
#14538 closed Bug
AVT: Focus going to controls in video that user can't play — at Version 2
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.9 |
Component: | Accessibility | Version: | 4.5.0 |
Keywords: | IBM | Cc: | chrisgui, Irina |
Description (last modified by )
Steps to reproduce
- Open Media embed sample http://sdk.ckeditor.com/samples/mediaembed.html
- Delete existing data & add few paragraphs of text
- Embed a video using folowing URL https://vimeo.com/86541796
- Video embedded and focus is on video.
- Press Right arrow ke to focus back to editor body.
- Press TAB key
Expected result
Focus goes out of editor body and focs on next focusable element out of editor
Actual result
Focus goes to controls inside video and JAWS reading all controls but user can't play it. Same thing happens when user Shift + TAB back in to editor body. This is Accessibility Violation
The Video controls should not be Accessible at all since user can't play video with mouse or keyboard & TAB key is used to navigate in & out of editor
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.7 → 4.5.0 |
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
I think invalid link was attached in point three but I can confirm this ticket.
I have attached default youtube link from sdk sample and Right Arrow + Tab has really moved focus back to widget. Next tab has moved focus to youtube video control (play button) and finally third focus has moved focus out of editor.