- Issue created by @apmsooner
- π³πΏNew Zealand quietone
In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies β .
When an ajax event happens like adding a new list option item, renaming it, removing one, etc... and then trying to reorder the items, the input focus goes to the top of the page and a javascript error is generated in console:
Uncaught TypeError: Cannot read properties of undefined (reading 'settings')
at resetSize (dialog.position.js?v=11.2.3:82:32)
at later (debounce.js?v=11.2.3:37:23)
Active
11.2 π₯
ajax system
In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies β .