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
@beyackle2 this is the bug you mentioned this week
The text was updated successfully, but these errors were encountered:
compulim
added
bug
Indicates an unexpected problem or an unintended behavior.
customer-reported
Required for internal Azure reporting. Do not delete.
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
labels
Oct 29, 2022
Is it an issue related to Adaptive Cards?
Do you have any screenshots?
What version of Web Chat are you using?
Latest production
Which distribution are you using Web Chat from?
Unrelated
Which hosting environment does this issue primarily affect?
Web apps
Which browsers and platforms do the issue happened?
Browser: Edge (latest), Browser: Chrome (latest), Browser: Firefox (latest), Browser: Safari (latest), Browser: IE Mode (latest), Platform: Windows, Platform: macOS
Which area does this issue affect?
Others/unrelated
Is this an accessibility issue?
Please describe the bug
When press TAB to focus on Web Chat, a keyboard help screen will be shown.
Although it looks like the focus is on the close button, the actual focus is on the dialog itself.
It should focus on the close button. However, we might have some reasons on why we are doing this.
Do you see any errors in console log?
No response
How to reproduce the issue?
What is the expected and actual behavior?
Expected:
The focus (
document.activeElement
) should be on the close button, which has the following DOM:Actual:
The focus (
document.activeElement
) is on the dialog DOM element:Adaptive Card JSON
No response
Additional context
@beyackle2 this is the bug you mentioned this week
The text was updated successfully, but these errors were encountered: