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: Click on Adaptive Cards should not throw exception #4386

Closed
compulim opened this issue Aug 10, 2022 · 0 comments · Fixed by #4387
Closed

IE11: Click on Adaptive Cards should not throw exception #4386

compulim opened this issue Aug 10, 2022 · 0 comments · Fixed by #4387
Assignees
Labels
bug Indicates an unexpected problem or an unintended behavior.

Comments

@compulim
Copy link
Contributor

Screenshots

image

Version

4.15.3-0

Describe the bug

HTMLElement.matches needs to be vendor-prefixed to HTMLElement.msMatchesSelector in IE11.

Steps to reproduce

  1. Talk to MockBot
  2. Type card breakfast
  3. Click on the "Snooze" button on the card

Expected behavior

It should not throw exceptions.

Additional context

[Bug]

@compulim compulim added the bug Indicates an unexpected problem or an unintended behavior. label Aug 10, 2022
@compulim compulim added this to the release-4.15.3 milestone Aug 10, 2022
@compulim compulim self-assigned this Aug 10, 2022
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