ibm-products
ibm-products copied to clipboard
Accessibility in Tearsheet doesnt't work, focus jump out of the tearsheet
After changing @carbon/ibm-cloud-cognitive version from: "@carbon/ibm-cloud-cognitive": "^1.34.0", "carbon-components": "10.52.0", "carbon-components-react": "7.52.0", to: "@carbon/ibm-cloud-cognitive": "^1.11.2", "carbon-components": "10.58.3", "carbon-components-react": "7.59.3",
Accessibility in Tearsheet stoped working, After clicking tab several times, when focus is at the last item it doesn't jump to the beginning of thearsheet or closing cross button, but jumps out of the tearsheet.
It jumps to following button, but it should back to "x" button:
Can you check your versions again? If this is working in the most recent versions, we recommend using those.
@elycheea Sorry, we moved from: "@carbon/ibm-cloud-cognitive": "1.11.2", "carbon-components": "10.52.0", "carbon-components-react": "7.52.0",
to: "@carbon/ibm-cloud-cognitive": "^1.34.0", "carbon-components": "10.58.3", "carbon-components-react": "7.59.3",
Could you check if it works on 1.34.0? I can see in a storybook that it still not works on 1.35.0 which is the newest version. https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-components-tearsheet-tearsheet--tearsheet
@elycheea Is there a way for us to see an older version of storybook? As RadekKpc said it doesn't work with the latest storybook (at 1.35.1).
@elycheea Could you please look at @obambrough comment?
@obambrough If there is no storybook of the previous version you probably need to checkout your main branch to this commit and build storybook locally. That should allow you to investigate the issue.
Any updates on this?
We're also facing this issue while reducing accessibility issues in our product. This is an essential improvement for being compliant. Are you planning to fix this soon? @elycheea