-
- Downloads
[FIX] website: avoid failing switching mode while image is selected
Since [1] an error is raised when switching the Mode of an Images Wall from Float to Grid or Masonry while an image is selected. The display of the size of the image is being updated while its option panel is not there anymore. This commit prevents this error from happening by setting up the grid layout with clones of the images instead of the images themselves. This leads to the construction of a new editor for the new image. Steps to reproduce: - Drop an Images Wall snippet. - Switch Mode to Float. - Select an image. - Switch Mode to Grid. => Traceback. [1]: https://github.com/odoo/odoo/commit/2cbb691a84ce186ddd34a2a4c76d95671ed6e834 task-2990053 closes odoo/odoo#125396 X-original-commit: ef3d8aa2 Signed-off-by:Benjamin Vray (bvr) <bvr@odoo.com>
Please register or sign in to comment