stever
27 Apr 2009, 7:42 PM
Try this on IE7 and Firefox:
new Ext.Window({title:'test', width:300,style:"opacity:0.9",items:{height:90}}).show()
The window and shadow calculations are incorrect.
Just for kicks:
new Ext.Window({title:'test', width:300,style:"opacity:0.9",items:{xtype:'htmleditor',height:90}}).show()
new Ext.Window({title:'test', width:300,style:"opacity:0.9",items:{height:90}}).show()
The window and shadow calculations are incorrect.
Just for kicks:
new Ext.Window({title:'test', width:300,style:"opacity:0.9",items:{xtype:'htmleditor',height:90}}).show()