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(color-wheel): should reorient with dir="rtl" #3317 #3319

Merged

Conversation

majornista
Copy link
Contributor

Description

Related issue(s)

Motivation and context

How has this been tested?

  • Test case 1
    1. Go here
    2. Do this
  • Test case 2
    1. Go here
    2. Do this

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Checklist

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • If my change required a change to the documentation, I have updated the documentation in this pull request.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have reviewed at the Accessibility Practices for this feature, see: Aria Practices

Best practices

This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against main.

@majornista majornista added bug Something isn't working a11y Issues related to accessibility Component: Color Wheel I18n labels Jun 14, 2023
@majornista majornista linked an issue Jun 14, 2023 that may be closed by this pull request
1 task
@github-actions
Copy link

github-actions bot commented Jun 14, 2023

Tachometer results

Chrome

color-wheel permalink

Version Bytes Avg Time vs remote vs branch
npm latest 440 kB 173.35ms - 174.48ms - faster ✔
11% - 12%
22.55ms - 24.13ms
branch 436 kB 196.71ms - 197.81ms slower ❌
13% - 14%
22.55ms - 24.13ms
-
Firefox

color-wheel permalink

Version Bytes Avg Time vs remote vs branch
npm latest 440 kB 313.55ms - 323.29ms - faster ✔
7% - 13%
24.63ms - 46.61ms
branch 436 kB 344.19ms - 363.89ms slower ❌
8% - 15%
24.63ms - 46.61ms
-

@hunterloftis hunterloftis self-assigned this Jun 30, 2023
Copy link
Contributor

@hunterloftis hunterloftis left a comment

Choose a reason for hiding this comment

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

@majornista thanks for putting this PR together. Could you add a test to verify that these RTL interactions work as expected?

@majornista majornista force-pushed the 3317-buga11yi18n-colorwheel-should-reorient-with-dir=rtl branch 2 times, most recently from 1003c09 to 1bc5ba2 Compare July 11, 2023 19:36
@majornista
Copy link
Contributor Author

@majornista majornista force-pushed the 3317-buga11yi18n-colorwheel-should-reorient-with-dir=rtl branch from f871549 to 41512f7 Compare July 11, 2023 20:24
hunterloftis
hunterloftis previously approved these changes Jul 12, 2023
Copy link
Contributor

@hunterloftis hunterloftis left a comment

Choose a reason for hiding this comment

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

Thanks @majornista!

@Westbrook Westbrook merged commit 6a9dcec into main Jul 12, 2023
47 checks passed
@Westbrook Westbrook deleted the 3317-buga11yi18n-colorwheel-should-reorient-with-dir=rtl branch July 12, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Issues related to accessibility bug Something isn't working Component: Color Wheel I18n
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][a11y][i18n]: ColorWheel should reorient with dir="rtl"
3 participants