Hello Telerik Team,
Our customers identified a few accessibility concerns related to the RadEditor Image Manager and Document Manager popup windows:
- Keyboard Focus on Popup Activation
When a user tabs to the Image Manager plugin and presses Enter, the popup window opens. However, keyboard focus does not automatically move into the popup. Instead, the user must press the Tab key again to shift focus manually.
➤ To meet accessibility standards, focus should move directly into the modal or popup when it appears. This ensures that keyboard and screen reader users can interact with the dialog immediately without navigating through background content. - Missing Dialog Roles and Labels
The dialog containers ( see below ) currently lack appropriate accessibility roles.
➤ Each dialog container should includerole="dialog"
.
➤ If the dialog has a visible title, it should also includearia-labelledby
referencing the ID of that title element. This allows assistive technologies to announce the dialog context clearly.
Is there any way to fix these two issues?
Thanks,
Lan