kendo-react
kendo-react copied to clipboard
[Bug][ConversationalUI] Component does not scroll to bottom consistently
I'm submitting a...
- Bug report
Current behavior
Sending a lot of messages in a row, scrolling to the end stops working after a few messages.
Expected behavior
The component should scroll to the bottom after each message
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/react-rnbxyz?file=app%2Fmain.tsx
- Open the sample
- Send a lot of messages
- Observe how scrolling to bottom stops after a few
Ticket ID: 1637300
A possible workaround is to set the scrollTop position: https://stackblitz.com/edit/react-zuwam9-ftegb3?file=app%2Fmain.jsx