Hi, I'm having a problem with the displacement of the carousel with adaptive cards, inside the adaptive card, I have a "TextBlock" that is showing a list '-'. but when I try to change this card, I won't let you. This only happens when the list is a 'ul' otherwise if I add a 'ol' the scrolling works correctly, attached video of the problem.
Hi @GApaniagua, thanks for reporting this. It looks like you're having this issue on iPhone simulation. Does this issue occur in other browsers or platforms?
Could you verify that you are using v3 of Web Chat?
Are you able to share your carousel code so that we can test this?
Hello @corinagum the problem occurs in any browser, I'm implementing the web chat in an html. the version I'm using is the latest, attached html and carousel.
Files.zip
Hi @GApaniagua, sorry for the late reply. I'm still having trouble reproing this problem. Could you tell me what commands I should type to prompt the carousel?
[edit] Also, are you seeing any errors in your console when this happens?
Web Chat UI is rendered by React. If you modify anything using DOM (textContent in your case), they will get reverted at random time.
For ul vs. ol, there is a bug on the carousel component, will fix it.
The same problem seems to appear when using an Audio or Video card. E.g. a carousel containing (in this order) a HeroCard, VideoCard, HeroCard, HeroCard only scrolls to the VideoCard. (Version used was 4.3.0)
Will be fixed when we bump [email protected].
@corinagum could you help on this?