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

Bug/accessibility - Focus related issues #6859

Merged
merged 3 commits into from
Aug 22, 2019
Merged

Conversation

udeeshagautam
Copy link
Contributor

This PR contains fix for fix for

#6798
DacFx Wizard focus should be on the new wizard page content after pressing next button (currently it keeps on footer buttons). The Fix for this is in show() function in Wizard model

#6851
When Schema compare source/target dialog is opened - the focus remains on the uber ADS document. The simple fix here is to explicitly calling the focus on default radio button once dialog is opened.

Note that the core component used here is modal.ts which does try to handle focus but doesn't work in our case because it tries to find the first focusable element of document which ends up being the overall ADS rather than the newly opened dialog. Changing this might lead to cascading effect hence handling this locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants