-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
plugin:dialogThe plugin which probably causes the issue.The plugin which probably causes the issue.status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:bugA bug.A bug.
Description
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.
Metadata
Metadata
Assignees
Labels
plugin:dialogThe plugin which probably causes the issue.The plugin which probably causes the issue.status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:bugA bug.A bug.