Daily updates from Odoo
Wednesday, July 19, 2017
1 change · master
Resolved issues and error corrections
This fixes a chat window issue where timestamp labels could grow from “now” to longer text and push newer messages out of view. The chat now keeps the latest conversation content visible automatically, reducing missed messages and manual scrolling.
Original PR description
In the chat, there is an indication of when a message was sent, This indication gets updated as time passes. When the last one in the conversation is updated to an indication that takes more space (e.g. from 'now' to 'a minute ago'), the text below is pushed lower (as expected) but the chatter does not scroll down. As a result, we do not see new messages, unless manually scrolling down. Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web?#id=32778&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.071f78a912b5b9c48898b981af86c322 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr