Opened 10 years ago
Last modified 8 years ago
#12236 confirmed Bug
AVT: Keyboard Navigation not working properly with widgets in editor body
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | 4.3 |
Keywords: | IBM | Cc: | Irina |
Description
To reproduce the defect:
- Open Sample widgets page http://ckeditor.com/demo#widgets
- Press tab after Widget Tutorial link(above Simple Box Template)
Expected Result: Focus goes in to editor body & cursor at start of first paragraph & user use up/down arrow keys to navigate through whole content in editor body including widget.
Issue 1: Focus goes to heading in Simple Box widget & JAWS reads Bullet even though there was no list
Issue 2: when user press down arrow key, focus stays in heading and when he press Tab focus goes to second div
Issue 3: when user press down arrow key, focus stays in second div and when he press Tab focus goes out of editor body
Issue 4: There is no way that user navigate through text in editor body.
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 9 years ago by
Many cases are handled by the browser, just as @fredck said, so the results will differ across the browsers.
E.g. Current Chrome has pretty decent handling in that regard, while FF differs a lot.
I think that, while right/left arrow navigation are controlled by the editor, up and down arrows and tab are left to the browser.
Further investigation on this is needed and we need also to figure out what is the best way for users to navigate through inner editables.