Threaded View
-
27 Jul 2012 2:27 AM #1
Unanswered: ExtJs 4.1.1 Ext.window.Window: frame config behavior change
Unanswered: ExtJs 4.1.1 Ext.window.Window: frame config behavior change
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();
WindowFrame_4.1.0.png
and now like this with ExtJs 4.1.1 :
WindowFrame_4.1.1.png
(same as ExtJs 4.1.0 with "frame: false")
This is a bug or a wanted change ?
Thanks


Reply With Quote