ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.8k stars 2.48k forks source link

A11y: After press enter on formatting button like Numbering, the focus will shift to the edit field. The user is not informed ahead of time #4783

Closed lumills closed 3 years ago

lumills commented 3 years ago

Type of report

Bug - Accessibility

Provide detailed reproduction steps (if any)

  1. Tab into the editor and enter some text.
  2. Shift tab to a formatting option like Numbering and press enter.
  3. Will notice that focus shifts to the text area. JAWS does not inform the user ahead of time

Expected result

Screenreader should provide instruction that the focus should move the edit area after selecting any format.

Actual result

Screenreader does not provide instruction that the focus moves to the edit area after applying any format.

Other details

The issue is reproduced for all tools present in the toolbar. Issue reproduces in below configuration: 1.Win10+ChromiumEdge+Narrator 2.Win10+Chrome+NVDA 3.Win10+ChromiumEdge+JAWS

Comandeer commented 3 years ago

Probably connected WCAG guideline: 3.2.2 On input.

Such information can be added to our Accessibility Help dialog.

CKEditorBot commented 3 years ago

Closed in https://github.com/ckeditor/ckeditor4/pull/4840