Problem/Motivation
On an edit layout page, when the "choose a block" sidebar dialog is opened and a manual resize happens, the element will not be correctly positioned. You can check the video i upload to see the issue.
Steps to reproduce
Check the video
Proposed resolution
We had this as a requirement to position it "correctly" and i fixed this by removing the debounce from the 'resize.off-canvas' eventhandler within /misc/dialog/off-canvas/js/off-canvas.js - I will try to create a MR showcasing this.
Remaining tasks
The Patch fixes this but i´m not sure if this also fixes other things or breaks other things. Sure the eventhandler will be fired a lot on manual resize, but i didnt found anything in the issue queue that led to implementing the debounce and must admit it´s a little overwhelming how all kind of stuff interacts here, eg. dialog/offcanvas/layoutbuileder/jquery-ui/etc Probably the best approach would be to fix this within the debounce function, so that it will actually take the last available value? Is this the correct issue queue for this?
I´m still posting this here in case anyone else is interested.