Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility - Focus does not go to dialog content for html contents #5458

Open
parthapal33 opened this issue Apr 11, 2023 · 1 comment
Open
Labels
plugin:dialog The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.

Comments

@parthapal33
Copy link

Type of report

Bug

Provide detailed reproduction steps (if any)

When ckeditor dialog is created with custom html, focus does not go to dialog content. There is no way to focus dialog content with keyboard navigation.
Please follow this jsfiddle for sample code.
http://jsfiddle.net/gukqcnmp/

Expected result

If dialog html contains focusable element like input box or radio button, then those input fields should be focused when dialog is opened. Tab and Shift+Tab should move focus between elements.

Actual result

When dialog is opened, focus goes to ok/cancel button. Tab and shift+tab moves focus between ok and cancel buttons.

@parthapal33 parthapal33 added the type:bug A bug. label Apr 11, 2023
@KarolDawidziuk
Copy link
Contributor

Hi @parthapal33,

I can confirm this issue.

@KarolDawidziuk KarolDawidziuk added status:confirmed An issue confirmed by the development team. plugin:dialog The plugin which probably causes the issue. labels Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:dialog The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants