chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

Scrolling MessageList does not propagate scroll to parent when reaching end #87

Open j-krl opened 1 year ago

j-krl commented 1 year ago

I have an example below of what the expected behaviour should be. On the MessageList this currently doesn't happen. For some reason it doesn't propagate the scroll to the parent when reaching the top of the container, so I can't reveal the address bar from scrolling the MessageList.

hpiFp

supersnager commented 1 year ago

@j-krl can you please share a repro?

j-krl commented 1 year ago

@supersnager I cant really share a repro in code because it's how the message list interacts with the mobile browser's address bar. Try to scroll a message list on mobile you'll see what I mean. When you reach the top or bottom of the container the scroll will not propagate to the parent.

nikkizol commented 4 months ago

@supersnager @j-krl

I think I have the same issue, is there any fix or workaround?

https://github.com/user-attachments/assets/b532d17d-0566-45e1-a3be-3418c58803ca

nikkizol commented 4 months ago

@supersnager @j-krl

Uploading RPReplay_Final1722267687 2.mov…

I think I have the same issue, is there any fix or workaround?

on desktop no issues