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

IE11: SVG icons should not be focusable #3901

Closed
compulim opened this issue May 20, 2021 · 0 comments · Fixed by #3902
Closed

IE11: SVG icons should not be focusable #3901

compulim opened this issue May 20, 2021 · 0 comments · Fixed by #3902
Assignees
Labels
bug Indicates an unexpected problem or an unintended behavior.

Comments

@compulim
Copy link
Contributor

Screenshots

After pressing SHIFT TAB once, document.activeElement indicates it is focusing on the <svg>.

Put this line in the console to dump the current focus:

setInterval(function () { console.log(document.activeElement); }, 1000);

image

Version

4.13.0

Describe the bug

In IE11, press SHIFT TAB from the send box will focus on the <svg>, instead of the <button>.

Steps to reproduce

  1. Launch Internet Explorer 11
  2. Go to https://compulim.github.io/webchat-loader/
  3. Press SHIFT TAB, note the focus is on the icon of the upload button
  4. Press SHIFT TAB again, note the focus is on the upload button
  5. Press SHIFT TAB again, it is now on the transcript

Expected behavior

It should not focus on step 3.

Additional context

[Bug]

@compulim 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. and removed Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-reported Required for internal Azure reporting. Do not delete. labels May 20, 2021
@compulim compulim self-assigned this May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant