ckeditor / ckeditor4

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

Improve autocomplete (divaera editor) accessibility for JAWS + IE11 #4704

Open sculpt0r opened 3 years ago

sculpt0r commented 3 years ago

Type of report

Failing test

Provide detailed reproduction steps (if any)

  1. Open tests/plugins/autocomplete/manual/a11ydivarea test and follow the test scenario

Expected result

The test passed. The same way as described in the test scenario.

Actual result

JAWS didn't announce "has popup" or "has autocomplete" in step 2 JAWS announce "listbox at john" when listbox was opened. Since "@john" is the first option JAWS announce while switching options, "at thomas" or "at anna" without e.g. "2 of 5" JAWS didn't announce that the listbox is collapsed at step 5. It announces the same sentence when you focus the editor in step 2

Other details

f1ames commented 3 years ago

Could be a follow-up of #4617. I would say this is a feature request since JAWS + IE11 is not officially supported.