SQL Nexus Accessibility Remediation bug Fixes#365
Merged
PiJoCoder merged 2 commits intomicrosoft:masterfrom Aug 28, 2024
Merged
SQL Nexus Accessibility Remediation bug Fixes#365PiJoCoder merged 2 commits intomicrosoft:masterfrom
PiJoCoder merged 2 commits intomicrosoft:masterfrom
Conversation
…n, enabling the Narrator to vocalize it(changes in fmImport.Designer.cs)), BUG : 1711596(Adding event for the button,to made the import button accessible by enter or space key.(changes in fmNexus.Designer.cs)), BUG : 1711656(Added an AccessibleName attribute to all controls that were previously not being read by the Narrator,(changes in fmLoginEx.Designer.cs)), BUG : 1711612(updated the tab index to ensure that the keyboard focus follows a sequential order,(changes in fmNexus.resx)) BUG : 1711725(Name property has been added, which wasn't defined for several controls in the header section,(changes in fmNexus.Designer.cs)), BUG : 1711617(Added an accessible name for 'Options' button , Allowing the Narrator to announce it as collapsed,(changes in fmImport.Designer.cs)) BUG : 1712519(Implemented the luminosity contrast ratio as 3:1 ratio.(changes in fmLoginEx.cs & fmLoginEx))
…they weren't indicating their state. The control has been switched from a picturebox to a button, retaining the same functionality as before.
PiJoCoder
approved these changes
Aug 28, 2024
Collaborator
PiJoCoder
left a comment
There was a problem hiding this comment.
Tested changes and they look good
Contributor
Author
|
@microsoft-github-policy-service agree company="TATA CONSULTANCY". |
This was referenced Sep 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BUG : 1711763 (Added an AccessibleName attribute to the browser button, enabling the Narrator to vocalize it(changes in fmImport.Designer.cs)),
BUG : 1711596 (Adding event for the button,to made the import button accessible by enter or space key.(changes in fmNexus.Designer.cs)),
BUG : 1711656 (Added an AccessibleName attribute to all controls that were previously not being read by the Narrator,(changes in fmLoginEx.Designer.cs)),
BUG : 1711612 (updated the tab index to ensure that the keyboard focus follows a sequential order,(changes in fmNexus.resx))
BUG : 1711725 (Name property has been added, which wasn't defined for several controls in the header section,(changes in fmNexus.Designer.cs)),
BUG : 1711617 (Added an accessible name for 'Options' button , Allowing the Narrator to announce it as collapsed,(changes in fmImport.Designer.cs))
BUG : 1712519 (Implemented the luminosity contrast ratio as 3:1 ratio.(changes in fmLoginEx.cs & fmLoginEx))
BUG : 1711707(Added Validation message in header of help dialog in custom rowset(changes in fmCustomRowset.cs))
Redesign:
1711617 the dropdowns on the 'SQL Pref Main' page because they weren't indicating their state.
The control has been switched from a picturebox to a button, retaining the same functionality as before.