Using lasso tool causes shapes to become bigger

HI , In my modeler, I select a set of shapes with lasso tool and drag them, I see that that the width of the shapes is increased and as a result they are drawn bigger on drop. Any idea what could be going wrong?

Thanks and Regards
Rajender

Can you link to a screencast that shows what is going on in your setup?

I am not able to attach a recording so attaching 2 screen shots for before the drag and after drag…

Well, this looks like an issue with your implementation.

I’d suggest you to debug the Resize feature to figure out why the resize is triggered when the lasso tool is active.

ok found the issue. The autoresize provider canResize was returing true.

Thanks and Regards
Rajender