js_coder
29 Dec 2009, 8:37 AM
Sorry, this is a repost...couldn't get anyone to move the duplicate from the Help room here.
A window with a form in it expands seemingly infinitely (several windows wide) if it has a button. I have verified this with the following test in Epiphany and Chrome:
new Ext.Window({
items: [{
xtype: 'form',
buttons: [{
text: 'Test'
}]
}]
}).show();I have not had a chance to test in Safari yet, but I'm assuming it's a bug specific to Webkit browsers as I've seen it in these, but not in Gecko/Trident browsers.
A window with a form in it expands seemingly infinitely (several windows wide) if it has a button. I have verified this with the following test in Epiphany and Chrome:
new Ext.Window({
items: [{
xtype: 'form',
buttons: [{
text: 'Test'
}]
}]
}).show();I have not had a chance to test in Safari yet, but I'm assuming it's a bug specific to Webkit browsers as I've seen it in these, but not in Gecko/Trident browsers.