We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using ExpandableText component in a column in AnalyticalTable, which is in a dialog. There are following accessibility issues.
https://stackblitz.com/edit/github-lg4jzd-cj6vlc
"Show More" / "Show Less" links should be read correctly when in focus. Content of the popover should be read
No response
1.28.1
1.24.0
Chrome
macOS
The text was updated successfully, but these errors were encountered:
Hi @abhijeet181088
This PR will fix the first issue. Regarding the second one we'll need more time to investigate. We'll let you know once there's an update.
Sorry, something went wrong.
sorry for the late reply. It turns out that the 2nd issue you reported is caused due to event propagation. You can find out more about this here: https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/data-display-analyticaltable-recipes--docs
When calling event.stopPropagation in the focus event of the ExpandableText, the content of the popover is read out by screen readers. StackBlitz example: https://stackblitz.com/edit/github-lg4jzd-9shgrv?file=src%2FApp.tsx
event.stopPropagation
focus
ExpandableText
Also, in our v2, this should be working out of the box due to the Popover API. StackBlitz example: https://stackblitz.com/edit/github-lg4jzd-ba2bpg?file=src%2FApp.tsx
In case there are additional questions, please feel free to reach out.
No branches or pull requests
Describe the bug
We are using ExpandableText component in a column in AnalyticalTable, which is in a dialog. There are following accessibility issues.
Isolated Example
https://stackblitz.com/edit/github-lg4jzd-cj6vlc
Reproduction steps
Expected Behaviour
"Show More" / "Show Less" links should be read correctly when in focus.
Content of the popover should be read
Screenshots or Videos
No response
UI5 Web Components for React Version
1.28.1
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
macOS
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: