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

chip accessibility fix #2332

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Conversation

tshimber
Copy link
Contributor

Fixes #2328
Chip keyboard handling fixed

Copy link

netlify bot commented Jul 31, 2024

Deploy Preview for marvelous-moxie-a6e2fe ready!

Name Link
🔨 Latest commit 45166e8
🔍 Latest deploy log https://app.netlify.com/sites/marvelous-moxie-a6e2fe/deploys/66cf095b08be62000840707c
😎 Deploy Preview https://deploy-preview-2332--marvelous-moxie-a6e2fe.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@amir-ba amir-ba left a comment

Choose a reason for hiding this comment

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

also, the prettier needs to be run for the branch to avoid pipeline fails

};

handleChangeEvent = (event: MouseEvent | KeyboardEvent): void => {
if (this.disabled && this.type === 'dynamic') {
Copy link
Collaborator

Choose a reason for hiding this comment

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

with this would the additional check on line 115 will still be needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

these are different checks, but I wanted to discuss with you this type dynamic anyway. i don't get it's meaning so I don't really get checks either

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it makes no logical sense we can discuss this.

@tshimber
Copy link
Contributor Author

tshimber commented Aug 7, 2024

also, the prettier needs to be run for the branch to avoid pipeline fails

no, it appeared to be the outdated snapshot. I've updated it, so you can retrigger pipeline, sorry. but it's also strange that i don't see command for it in package. i would also discuss tomorrow

@amir-ba
Copy link
Collaborator

amir-ba commented Aug 8, 2024

Dynamic Selection Standard version seems to stlil not be focusable

@tshimber tshimber changed the title chip accessibility fix Draft: chip accessibility fix Aug 8, 2024
@tshimber tshimber changed the title Draft: chip accessibility fix chip accessibility fix Aug 12, 2024
@amir-ba
Copy link
Collaborator

amir-ba commented Aug 20, 2024

@tshimber the uncommitted-changes is failing again .please address this.

@tshimber
Copy link
Contributor Author

@tshimber the uncommitted-changes is failing again .please address this.

my bad, forgot to run build here after prev fix. hopefully fixed now! could you run again please?

@amir-ba amir-ba added the accessibility Related to accessibility label Aug 20, 2024
@tshimber tshimber force-pushed the feature-chip-accessibility branch from 71840f0 to 45166e8 Compare August 28, 2024 11:26
@amir-ba
Copy link
Collaborator

amir-ba commented Aug 29, 2024

LGTM

@amir-ba amir-ba merged commit 0b21978 into telekom:main Aug 29, 2024
12 checks passed
amir-ba added a commit that referenced this pull request Sep 19, 2024
* ci: sets up docker compose alias for compatibility (#2342)

* fix: dropdown scroll fixed (#2333)

* chip accessibility fix (#2332)

* feat: chip keyboard handling fixed

* feat: chip html added

* fix: snapshot updated

* fix: focus issues fixed

* fix: readme fix

* checkbox and switch css fixes for high contrast mode (#2317)

fix: checkbox and switch CSS fixes for high contrast mode

* ghost btn in storybook  (#2341)

* fix: ghost btn in storybook fixed

* fix: one more ghost fixed

* event part in storybook fixed (#2345)

* fix: event part in storybook fixed

* fix: german versions fixed

* aria details vs aria describedby fixed for text field (#2352)

* refactor: aria details vs aria describedby fixed for text field

* fix: reverted to ariaDetailedId + description added to storybook

* chore(release): publish (#2354)

* chore(release): publish

---------

Co-authored-by: tshimber <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Related to accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility | Chip component - only selected chip is availble for keyboard navigation
2 participants