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

[A11y] When using task module in MS Teams V2 ,Keyboard using Tab focus get trapped when accessing the close button #2465

Open
qinshansap opened this issue Aug 15, 2024 · 1 comment

Comments

@qinshansap
Copy link

Hi everyone, when we using task module in MS Teams V2 ,Keyboard Tab focus get trapped when accessing the close button.
we open the dialog with "dialog.url.open" and "dialog.url.submit" function.
And i find that if we change the tabindex vaule from 0 to -1, it would work as expected.

here is the related html code:

<div data-tid="iframe-container" tabindex="0" aria-label="Entering " data-tabster="{&quot;observed&quot;:{&quot;names&quot;:[&quot;iframe-container&quot;]}}" style="width: 100%; height: 100%; border: 0px; flex: 1 1 0%; user-select: none; display: block;">

Current behavior:

focus.trap.mp4
@Nivedipa-MSFT
Copy link

Nivedipa-MSFT commented Aug 16, 2024

@qinshansap - Thanks for reporting your issue. We have raised a bug for the same. We will keep you posted on the updates regarding this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants