Daily updates from Odoo
Wednesday, February 12, 2025
1 change · master
Resolved issues and error corrections
This fixes visual issues in Odoo Knowledge where comment icons could jump or stick in the wrong place when using Chrome zoom, and calendar event text could overlap. Calendar embeds also resize more reliably when the sidebar or article width changes, making Knowledge pages easier to read and use.
Original PR description
In Knowledge, on Chrome, zooming at certain levels will cause the comment icon to flail around the editor and lock in unwanted places. (This behavior was not reproductible in Firefox.) To circumvent this, the margin calculations for the purposes of calculating the comment icon horizontal location are now done manually. -- In Knowledge, the calendar event text descriptions and properties tend to overlap with each other, and the header. This commit makes it so that event descriptions and properties do not overlap. task-4558391