-
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
-
27 Jul 2012 7:33 AM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
I would say it is correct. What is your desired look? to remove the drag handles from window?
Scott.
-
27 Jul 2012 7:38 AM #3Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
-
30 Jul 2012 7:14 AM #4
With ExtJs 4.0 and 4.1.0 we use "frame: true" to remove window decoration/resize drag handles (like first screenshot) when it's a maximized window.
Now with ExtJs 4.1.1, there is a behavior change of frame config and the window appears like second screenshot.
The question is:
Do we used a "bugged config" which has been corrected in 4.1.1, or is it a new bug in 4.1.1 implementation of frame config?
I don't want to change all stuff if it's a bug and it will be corrected soon.
-
30 Jul 2012 7:38 AM #5Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
Let me talk this over with dev team. Perhaps they will have a better answer.
Scott.


Reply With Quote