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 fix for 6796 (partial), 6800 and 6745 #6882

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

udeeshagautam
Copy link
Contributor

@udeeshagautam udeeshagautam commented Aug 22, 2019

Fix for

#6796 (partial)
Checkbox cells in table don't have name - fixed
Empty cells in table don't have name - not fixed needs followup

#6800
After space/enter on checkbox cell - focus doesn't stay correctly on the cell

#6745
After DacFx wizard opens the focus should shift to the wizard

Regression
After Lint update checkbox columns were not getting rendered. For --> Foreach change fixes this

@udeeshagautam udeeshagautam changed the title Bug/Accessibility fix for 6796 (partial) and 6800 Bug/Accessibility fix for 6796 (partial), 6800 and 6745 Aug 22, 2019
for (const col of this._checkboxColumns) {
this.registerCheckboxPlugin(col);
}
Object.keys(this._checkboxColumns).forEach(col => this.registerCheckboxPlugin(this._checkboxColumns[col]));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anthonydresser the old code here seems to have stopped working after some lint related cleanup. Please let me know if the new change causes any lint related warning or errors?

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.

3 participants