BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Large bot avatar image are not showing

Open compulim opened this issue 1 year ago • 0 comments

Is it an issue related to Adaptive Cards?

No

Is this an accessibility issue?

No

What version of Web Chat are you using?

Latest production

Which distribution are you using Web Chat from?

Bundle (webchat.js)

Which hosting environment does this issue primarily affect?

Web apps

Which browsers and platforms do the issue happened?

Others or unrelated

Which area does this issue affect?

Chat history

Which theme pack does this issue affect?

I did not test it on other theme packs

What is the public URL for the website?

No response

Please describe the bug

When styleOptions has a botAvatarImage of a large image, it failed to show up.

Do you see any errors in console log?

No response

How to reproduce the issue?

Use the following style options:

{
  "botAvatarBackgroundColor": "Green",
  "botAvatarImage": "https://hawo-mockbot4-mock-bot-app.azurewebsites.net/assets/surface1-IXGVOYXC.jpg",
  "botAvatarInitials": "B"
}

What do you expect?

image

What actually happened?

image

Do you have any screenshots or recordings to repro the issue?

No response

Adaptive Card JSON

No response

Additional context

Related to tickets:

  • https://portal.microsofticm.com/imp/v5/incidents/details/554133808/summary
  • https://portal.microsofticm.com/imp/v5/incidents/details/547143819/summary

compulim avatar Oct 04 '24 23:10 compulim