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

[ui5-carousel] [accessibility] (Role with implied hidden content has keyboard focus) #10198

Open
1 task done
dmitrykostenko opened this issue Nov 15, 2024 · 1 comment
Open
1 task done
Labels
author action bug This issue is a bug in the code information required Further information is requested

Comments

@dmitrykostenko
Copy link

Bug Description

When attempting to include focusable content such as links, buttons, or any interactive elements inside a carousel, an accessibility error occurs.

Accessibility issue:
Role with implied hidden content has keyboard focus

Some elements have a role that implies their internal structure should be hidden from assistive technologies. In other words, their sub-elements have a presentational role.

If a sub-element has keyboard focus, it should be moved outside of the presentation role.
image

image

Affected Component

No response

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

add focusable element inside carousel
image

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

1.24.12

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@dmitrykostenko dmitrykostenko added the bug This issue is a bug in the code label Nov 15, 2024
@dmitrykostenko dmitrykostenko changed the title [accessibility]: ui-carousel (Role with implied hidden content has keyboard focus) [ui-carousel] [accessibility] (Role with implied hidden content has keyboard focus) Nov 15, 2024
@dmitrykostenko dmitrykostenko changed the title [ui-carousel] [accessibility] (Role with implied hidden content has keyboard focus) [ui5-carousel] [accessibility] (Role with implied hidden content has keyboard focus) Nov 15, 2024
@dobrinyonkov
Copy link
Contributor

dobrinyonkov commented Nov 15, 2024

Hello @dmitrykostenko,

Could you please provide more details about the issue you are experiencing? It would be especially helpful if you could share a code snippet or a live example that demonstrates the problem. This will help us better understand the issue and offer an appropriate solution.

Which tool are you using to check accessibility? Additionally, could you clarify the user impact of this issue?

I attempted to reproduce the problem in our playground sample, but the issue was not reported using the AMP tool.

Looking forward to your input!

Best regards,
Dobrin

@dobrinyonkov dobrinyonkov added author action information required Further information is requested labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author action bug This issue is a bug in the code information required Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants