Hello,
I was using this code :
which render like this with ExtJs 4.1.0 :Code:Ext.create('Ext.window.Window', {
height: 100,
width: 400,
frame: true,
closable: false,
draggable: false
}).show();
Attachment 37542
and now like this with ExtJs 4.1.1 :
Attachment 37543
(same as ExtJs 4.1.0 with "frame: false")
This is a bug or a wanted change ?
Thanks

