Skip to content
Snippets Groups Projects
Commit e0a4ed0b authored by Benjamin Vray's avatar Benjamin Vray
Browse files

[FIX] website_editor: fix items width in we-list when dragging them


This commit fixes an issue with the width of items in the we-list not
being correct when they are being dragged using jQuery's sortable
feature.

Steps to reproduce the bug:

- Drop a "Form" snippet on a page.
- Add a "Multiple Checkboxes" field in the form.
- Move an option from the list using the move button.
- Bug: while dragging the item, the width of the items is too small.

When an element is dragged, it is given an absolute position which takes
it out of the normal flow of the document, causing the input element
within the list item to no longer be able to correctly occupy 100% of
the available width.

task-3138662

closes odoo/odoo#114286

X-original-commit: f87daf1d
Signed-off-by: default avatarGuillaume-gdi <gdi@odoo.com>
parent e9fe4b35
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment