-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Scroll event is not triggering every time a message is received #1926
Comments
@keshavnagpal the video link you shared is private. Can you please change the privacy settings on it so we can see the issue. This seems to be related to #1031. |
For confirmation, is this occurring in IE11? |
@tdurnford I had provided the pass in the post, just removed it for simplicity, video is public now. @corinagum strangely this doesn't occur in ie11 but occurring in chrome (i have Version 73.0.3683.103 if that helps) |
Repro steps:
|
Investigating if it is because the scrollable container resized while the content is changing. This could be tricky to fix. |
Hi, I tried master/webchat-es5.js |
This bug has been fixed and will be available in our next release in July. If you need these changes immediately, please see our documentation on pointing to our MyGet feed for latest bits. |
Thanks a lot @tdurnford |
here is a video to explain the issue
https://www.loom.com/share/f22dd7020a0a4c5ea53c3a88be87ffee
(pass: webchat)
i'm using master/webchat-es5 (dated 25-Apr-2019)
Update:
We implemented our own solution as a workaround for this, but it might not be as reliable as a fix in webchat library, pasting the implementation below:
The text was updated successfully, but these errors were encountered: