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

Fix "Clear” button of Search field under 'Feature List' dialog is not Functional and Focus indicator is not visible on all four sides for “Tree map” and "heat map" tabs. #1718

Merged
merged 6 commits into from
Sep 15, 2022

Conversation

vinuthakaranth
Copy link
Contributor

@vinuthakaranth vinuthakaranth commented Sep 14, 2022

Description

Fix:

  1. [Functional -Azure Machine Learning - Feature List>Search box]: "Clear” button of Search field under 'Feature List' dialog is not Functional. - onsearch was being called with no params resulting in no action. Removing onclear worked.
    searchAccFix

  2. [Usable - Azure Machine Learning - Model demo page>Error analysis]: Focus indicator is not visible on all four sides for “Tree map” and "heat map" tabs. - Since the above margin was consuming focus zone on adding margin to tabs, focus zone is visible. Similar design is present in Model overview component as well.

image
image

Checklist

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

Signed-off-by: vinutha karanth <[email protected]>
Signed-off-by: vinutha karanth <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2022

Codecov Report

Merging #1718 (5cc6350) into main (d8f172a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1718   +/-   ##
=======================================
  Coverage   89.00%   89.00%           
=======================================
  Files         105      105           
  Lines        5577     5577           
=======================================
  Hits         4964     4964           
  Misses        613      613           
Flag Coverage Δ
unittests 89.00% <ø> (ø)

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

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

Signed-off-by: vinutha karanth <[email protected]>
1 similar comment
@vinuthakaranth vinuthakaranth enabled auto-merge (squash) September 14, 2022 23:04
1 similar comment
@vinuthakaranth vinuthakaranth merged commit 1b068da into main Sep 15, 2022
@vinuthakaranth vinuthakaranth deleted the vikarant/FixClearSearchFieldBug branch September 15, 2022 01:06
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