You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The close button of the ResponsivePopover in mobile view is positioned to the left if no header or headerText is set. Also the button is ignored by screen-readers, so it's hard for visually impaired people to exit the dialog.
When testing with JAWS 2019 or NVDA screen readers the close button is read out correctly: "Decline button. To activate press space bar.". It contains the correct aria-label attribute. So it seems the problem is related to the particular screen reader you are using - we won't be able to assist further about it.
I will forward the ticket for processing about the position of the icon.
Please take a look at the reported problem with the position of the close button in the responsive popover on mobile.
The second problem about the screen reader is already answered.
Describe the bug
The close button of the
ResponsivePopover
in mobile view is positioned to the left if noheader
orheaderText
is set. Also the button is ignored by screen-readers, so it's hard for visually impaired people to exit the dialog.To reproduce
Steps to reproduce the behavior:
Isolated example
https://codesandbox.io/s/ui5-webcomponents-forked-bwdmg?from-embed=&file=/index.html
Expected behavior
The close button should be read out by screen readers and it should always be positioned to the right.
Screenshots
![image](https://user-images.githubusercontent.com/9749730/115535667-4407f400-a299-11eb-87e3-c1a48a8b050d.png)
Context
Edit: I just noticed that if a header (
header
orheaderText
) is used, the close button is not moved to the header section but is displayed below:The screenshot was taken from the ResponsivePopover playground
The text was updated successfully, but these errors were encountered: