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] fix several accessibility bugs #1632

Merged
merged 6 commits into from
Aug 12, 2022
Merged

Conversation

RubyZ10
Copy link
Contributor

@RubyZ10 RubyZ10 commented Aug 11, 2022

Signed-off-by: Ruby Zhu zhenzhu@microsoft.com

Description

This PR fix below bugs

Bug 1919764: A11yUsable - Feature importance - mouse centric language
Before change:
image

After change:
image

Task 1919020: 3. Bubble state colors & outline
Before change:
image

After change:
image

Task 1919029: 4. Feature/Value pill
Before change:
image

After change
image

Task 1925557: Error analysis tree keyboard accessible
Before:
the error analysis tree is not keyboard accessible, when navigating with tab, it pass the tree, goes to Model overview directly
errorAnalysisTabNav2

After:
errorAnalysisTabNav1

Bug 1919759: A11yMAS - [Keyboard accessible]Add component dialog on dashboard isn't keyboard accessible
Before change:
after the add component callout is open, click on tab, it goes to model overview, instead of opening the componet seletion
add1

After change:
add2

Task 1923223: Error analysis screen reader

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
@RubyZ10 RubyZ10 marked this pull request as ready for review August 11, 2022 22:55
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2022

Codecov Report

Merging #1632 (e3ce9b4) into main (7a94840) will increase coverage by 1.31%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1632      +/-   ##
==========================================
+ Coverage   89.01%   90.33%   +1.31%     
==========================================
  Files         105       39      -66     
  Lines        5489     1676    -3813     
==========================================
- Hits         4886     1514    -3372     
+ Misses        603      162     -441     
Flag Coverage Δ
unittests 90.33% <ø> (+1.31%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...tools/counterfactual/dashboard_schemas/__init__.py
...leai/responsibleai/modelanalysis/model_analysis.py
...tools/error_analysis/dashboard_schemas/__init__.py
...sibleai/responsibleai/rai_insights/rai_insights.py
responsibleai/responsibleai/_internal/constants.py
raiwidgets/raiwidgets/cohort.py
raiwidgets/raiwidgets/error_analysis_constants.py
raiwidgets/raiwidgets/__version__.py
...iwidgets/raiwidgets/fairness_metric_calculation.py
...sponsibleai/responsibleai/managers/base_manager.py
... and 56 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

2 similar comments
Signed-off-by: Ruby Zhu <zhenzhu@microsoft.com>
@RubyZ10 RubyZ10 enabled auto-merge (squash) August 12, 2022 17:23
@RubyZ10 RubyZ10 merged commit 5f5f709 into main Aug 12, 2022
@RubyZ10 RubyZ10 deleted the zhenzhu/errorTree branch August 12, 2022 18:52
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