Daily updates from Odoo
Wednesday, December 19, 2018
3 changes
Resolved issues and error corrections
This fixes a display issue where dragging kanban cards with cover images created extra blank space, making it harder to place cards accurately. Users can now reorder image-based kanban records more reliably without accidentally opening the record after dragging.
Original PR description
While dragging kanban record which have a cover image set, the kanban view creates extra space, which makes it difficult to properly target a position. This is because of a jquery.ui issue for…
While dragging kanban record which have a cover image set, the kanban view creates extra space, which makes it difficult to properly target a position. This is because of a jquery.ui issue for sortable when helper=clone is used. In that case, then jquery.ui sortable will create a clone of current element after hiding it. Note that jquery.ui tries to get height to current dragged element after making it hidden(display: none) and display: none, so the element does not return actual height and hence it gives innerHeight which considers height of the image also and extra space is generated. An alternative solution is to add start event in sortable option and 1) show ui.item 2) get height of the element and 3) hide ui.item, which gives proper height of the current dragged element But removing helper=clone will also fix the issue and is not actually required. Note that some special care had to be done to prevent the click from the drag and drop operation to actually open the record. Related to task: #1865788 Closes: #25734 Description of the issue/feature this PR addresses: 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
This change corrects how cells are highlighted when users move the mouse over pivot tables. It makes data exploration clearer and avoids confusing visual feedback in reporting views.
Original PR description
Task: https://www.odoo.com/web#id=1916889&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.fd5456734abb79ff758d4ef413645749 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue in Sign where editing a PDF template could trigger a browser error because a script was loaded more than once. Users should have a smoother experience when opening and editing PDF templates, with the needed styling still applied correctly.
Original PR description
Task: https://www.odoo.com/web?#id=1889748&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.1ecfa1ac872613749b4ca8797cb61c11