vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

MessageList does not scroll to the end on page reload #74

Open samie opened 1 year ago

samie commented 1 year ago

Description The MessageList component does not automatically scroll to the bottom on page reload, when there is a lot of existing content.

Expected Behavior The MessageList component should automatically scroll to the bottom when there is a lot of existing content on page reload.

Actual Behavior The MessageList component does not scroll to the bottom when there is a lot of existing content on page reload.

heruan commented 1 year ago

The MessageList component is not part of Collaboration Kit, which has instead the CollaborationMessageList component. Does the issue happen regardless of Collaboration Kit, or only with it?

If it's not related to the kit, I guess the Web Component issue tracker is the right place to ask.