-
Notifications
You must be signed in to change notification settings - Fork 760
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
Emulator does not render valid adaptive card in an activity #2154
Comments
We should test this in Web Chat. |
Possibly related to Web Chat bug #3165 |
I just tested this with the latest Web Chat and the bug is still present in 4.10.0. The issue (microsoft/BotFramework-WebChat#3165) has been labeled for R11 and can be tracked there. |
This was not fixed in R11 or R12. Is it ever going to be fixed? |
@chrimc62 this is a Web Chat bug so it will be present in Emulator until it is fixed in Web Chat. If you look at microsoft/BotFramework-WebChat#3165 you can see that it was moved into the R13 milestone last week. |
In progress now - sorry @chrimc62 for the wait. Low on manpower haha. |
Still not fixed in version 4.14.1 of emulator, how's it going? |
Version of emulator: 4.9.1
The below activity has a valid adaptive card that renders properly in adaptivecards.io. In emulator it looks like the below. It seems related to having a curly bracest in the string value. If I change it to obj= and remove the trailing curly brace it works fine.
In emulator (wrong):
In adaptive cards designer (right):
Activity:
The text was updated successfully, but these errors were encountered: