An error occurred during the execution of the Ajax response: TypeError: Cannot read properties of undefined (reading 'style')

Created on 25 January 2024, about 2 years ago
Updated 28 February 2024, almost 2 years ago

Problem/Motivation

Fix BE Issue, visible within LayoutBuilder

Steps to reproduce

On latest Drupal 10.2.2:
- Enable Layout Builder
- Open Layout Builder Editor (node display overwrite)
- Save
- Reopen and try to edit any configuration at Section/Blocks

Proposed resolution

- Have a look at: core/misc/dialog/off-canvas/js/off-canvas.js:323 - resetPadding where access at: Drupal.offCanvas.$mainCanvasWrapper[0].style
- Error message:

.catch((error) =>error = TypeError: Cannot read properties of undefined (reading 'style') at Object.resetPadding (http://*.vhost/core/misc/dialog/off-canvas/js/off-canvas.js?v=10.2.2:323:46) at HTMLDivElement.bodyPadding (http://*.vhost/core/misc/dialog/off-canvas/js/off-canvas.js?v=10.2.2:270:24) at HTMLDivElement.dispatch (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:40035) at v.handle (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:38006) at Object.trigger (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:70124) at HTMLDivElement. (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:70726) at Function.each (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:3129) at ce.fn.init.each (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:1594) at ce.fn.init.trigger (http://*.vhost/core/assets/vendor/jquery/jquery.min.js?v=3.7.1:2:70701) at resetSize (http://*.vhost/core/misc/dialog/off-canvas/js/off-canvas.js?v=10.2.2:249:10)

Merge request link

Remaining tasks

- Identify Bug

User interface changes

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Fixed

Version

10.2 ✨

Component
AjaxΒ  β†’

Last updated 5 months ago

Created by

πŸ‡©πŸ‡ͺGermany flefle

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024