-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Scrolling behaviour together with the webchat/join - event: The Chatbot doesn't scroll correctly. #3845
Comments
Thanks for the very detailed report! For 100% clarity, would you mind recording a video clip of the (incorrect) behavior and sharing here? Were you able to experiment with the Could you fiddle with these options and see if you are able to get behavior closer to what you're looking for? P.S. Just in case you find it helpful, please use the following link for more information on welcome messages: https://github.com/microsoft/BotFramework-WebChat/blob/master/docs/WELCOME_MESSAGE.md |
I've edited the question and added a gif
Yes I tried some options. But none of them fixed this problem. |
@MatthiasGwiozda Great, thanks for this info. My next step is to try recreating the bug you're experiencing. If I'm having problems I may ask for some more info from you. I'll report back soon! One more question - is this behavior that recently broke for you? Or is this a newly created bot with no previous behavior available for comparison? |
@MatthiasGwiozda I was able to reproduce this issue, but I did find the following comment from the PR 3653 linked above:
@compulim is there a plan to work on this behavior in the future? Can we get more info/documentation on what the limitations are? Reassigning to compulim for input. Do we want to make this an action item? |
It always behaved like this. The reason why I consider this to be a "bug" is because it feels like the scroll - behaviour should integrate the welcome - message aswell as all the other messages from the bot. |
we have the same problem |
@Gusi88 Thanks! Additional chime-ins help us with prioritization. :) |
@corinagum This is still an issue for us. |
@nodueck I don't have a workaround - currently our chatbot users need to scroll up to see the whole message. |
Screenshots
Version
latest (current version: 4.13.0)
Describe the bug
When using the welcome - event in combination with the autoScrollSnapOnActivity - option, the welcome message will not be seen completly.
Steps to reproduce
Expected behavior
The welcome - message should be seen completly. But the chatbot scrolls to the bottom of the message.
Additional context
Not 100% sure if this behaviour is intended or a bug. But I feel like this would be an intuitive addition to the scrolling - behaviour feature.
I have read the following information:
But for us it's just not feasible to follow this recommendation.
The text was updated successfully, but these errors were encountered: