dhxLayout.attachEditor: not autoresizing

Alexandra,
I used the followed code to attach an Editor to a Layout:

var dhxLayout = new dhtmlXLayoutObject(“objLayout”, “4C”, “dhx_skyblue”);
var dhxNote = dhxLayout.cells(“d”).attachEditor();
dhxNote.init();

The Editor autoresize is not working properly (see the screenshot)

Can you help me?
Thank you,
Ernesto


Hello Ernesto,

Are you using the latest Suite ? We have not managed to recreate the problem locally. Could attach the complete demo if the issue reproduces with the latest version.