Saturday, March 27, 2021
3 changes · master
Miscellaneous changes
**PURPOSE** if you check on any chatter with a lot of messages, you will see that it starts loading all the messages as soon as you scroll down even just 1 pixel. This makes a lot of loading of the messages for no reason unnecessarily. What should happen instead is that it should load more message only when scrolling all the way down to the bottom.This works fine in chatwindow & discuss **SPECIFICATION** We have resolved this issue by providing the exact scrollable element to the m
Original PR description
**PURPOSE** if you check on any chatter with a lot of messages, you will see that it starts loading all the messages as soon as you scroll down even just 1 pixel. This makes a lot of loading of the messages for no reason unnecessarily. What should happen instead is that it should load more message only when scrolling all the way down to the bottom.This works fine in chatwindow & discuss **SPECIFICATION** We have resolved this issue by providing the exact scrollable element to the message list from parent component to the child. so with proper element we can have proper scrollable heights and other dimensions as well to handle load more messages properly. **Task : 2382735** Forward-Port-Of: odoo/odoo#68399 Forward-Port-Of: odoo/odoo#66584
Task-2486731 Forward-Port-Of: odoo/odoo#68429 Forward-Port-Of: odoo/odoo#68405
Original PR description
Task-2486731 Forward-Port-Of: odoo/odoo#68429 Forward-Port-Of: odoo/odoo#68405
**PURPOSE** if you check on any chatter with a lot of messages, you will see that it starts loading all the messages as soon as you scroll down even just 1 pixel. This makes a lot of loading of the messages for no reason unnecessarily. What should happen instead is that it should load more message only when scrolling all the way down to the bottom.This works fine in chatwindow & discuss **SPECIFICATION** We have resolved this issue by providing the exact scrollable element to the m
Original PR description
**PURPOSE** if you check on any chatter with a lot of messages, you will see that it starts loading all the messages as soon as you scroll down even just 1 pixel. This makes a lot of loading of the messages for no reason unnecessarily. What should happen instead is that it should load more message only when scrolling all the way down to the bottom.This works fine in chatwindow & discuss **SPECIFICATION** We have resolved this issue by providing the exact scrollable element to the message list from parent component to the child. so with proper element we can have proper scrollable heights and other dimensions as well to handle load more messages properly. Improved the test case. Task : 2382735 Forward-Port-Of: odoo/enterprise#17325 Forward-Port-Of: odoo/enterprise#16767