-
- Downloads
[FIX] mail: avoid marking hint as resolved before message list render
This change highlighted issues with the async behavior of `useUpdate`, which
was no longer necessary and therefore reverted.
This in turn highlighted issue with animation of chat window unfolding, making
restoring of scroll position not work as intended due to the message list not
having its whole height available during some time after render. This animation
being minor (and even annoying in some cases) it was decided to remove it.
task-2387729
closes odoo/odoo#61881
Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
Showing
- addons/mail/static/src/bugfix/bugfix.js 3 additions, 0 deletionsaddons/mail/static/src/bugfix/bugfix.js
- addons/mail/static/src/components/chat_window/chat_window.scss 0 additions, 8 deletions...s/mail/static/src/components/chat_window/chat_window.scss
- addons/mail/static/src/components/discuss/tests/discuss_tests.js 1 addition, 1 deletion...mail/static/src/components/discuss/tests/discuss_tests.js
- addons/mail/static/src/components/message_list/message_list.js 2 additions, 4 deletions...s/mail/static/src/components/message_list/message_list.js
- addons/mail/static/src/components/thread_view/thread_view.js 1 addition, 15 deletionsaddons/mail/static/src/components/thread_view/thread_view.js
Loading
Please register or sign in to comment