-
16 Jan 2013 3:16 AM #1
window layout and behavior with gridpanel as item bug
window layout and behavior with gridpanel as item bug
Hello,
when using a gridpanel as an item of a window, the window can't be resized or moved.
The happens only, if the layout is not fit or the region is not center (border layout).
The codesample can be used in the code editor of the documentation.
This can't be reproduced in Ext 4.1.3, so this is an 4.2 only problem.
Tested with IE 9, FF 18, Safari 5.1.7 and Chrome 24 against 4.2 Beta and 4.1.3.
Code:Ext.create('Ext.window.Window', { autoShow:true, layout : 'fit', items: Ext.create('Ext.form.Panel', { width: 300, height: 275, items: [{ xtype:'textfield', fieldLabel:'bar', },{ xtype: 'gridpanel', columns: [ { dataIndex: 'foo' } ] }] }) });
-
16 Jan 2013 3:35 AM #2
Seems to be fixed in 4.2 Beta 2.
Thread can be closed / deleted.
Sorry and Thx
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote