Autoscroll not working with hideScrollToEndButton:true style option
See original GitHub issueVersion
latest (4.6.0)
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Set up webchat with hideScrollToEndButton:true styling option
- Generate more responses
- Scroll up and click on action (adaptive card submit) that sends JSON value to bot (no user bubble rendered)
- When response from the bot lands auto scroll doesn’t happen
Expected behavior
Chat to scroll down to last message
Additional context
Jump to discussion
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Autoscroll property of TableLayoutPanel is not working
Looking at your code from the comments in another question , you seem to be adding rowstyles on every row, try adding your...
Read more >Auto scroll option on the mouse is not working.
Auto scroll "button" appears when mouse wheel middle-clicked, but will not scroll. ... Auto scroll option on the mouse is not working.
Read more >Why Does the Auto Scroll Setting Not Appear on My Venu ...
For the Auto Scroll setting to appear as an option on a Venu series watch, the display must be set to "Always On"...
Read more >Autoscroll in Matrix is not working
Hi I am using the awesome Matrix visual but one problem that creates confusing is the automatic scrolling that doesn't always seem to...
Read more >overscroll-behavior - CSS: Cascading Style Sheets | MDN
In particular, since an <iframe> is not a scroll container, ... using overscroll-behavior-y ( overscroll-behavior would also work) on the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@baki32, unfortunately you will need to make these changes in React - this falls under customization that is not supported in vanilla JavaScript.
@baki32, I got a chance to discuss this issue with the Web Chat team - let me summarize below.
Steps:
scrollToEnd()
on every received activity from the bot.If you need help with the implementation, I suggest heading over to Stack Overflow’s Web Chat tag where our support engineers can give you guidance. Thank you!