kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][ConversationalUI] Component does not scroll to bottom consistently

Open filipKovachev opened this issue 1 year ago • 1 comments

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

  1. Open the sample
  2. Send a lot of messages
  3. Observe how scrolling to bottom stops after a few

Ticket ID: 1637300

filipKovachev avatar Jan 16 '24 07:01 filipKovachev

A possible workaround is to set the scrollTop position: https://stackblitz.com/edit/react-zuwam9-ftegb3?file=app%2Fmain.jsx

filipKovachev avatar Jan 16 '24 07:01 filipKovachev