-
29 Jan 2010 7:34 PM #1
[CLOSED][3.1] Window, minHeight or minWidth on IE
[CLOSED][3.1] Window, minHeight or minWidth on IE
Ext version tested:
- Ext 3.1.0
Adapter used:- ext
css used:- only default ext-all.css
Browser versions tested against:- IE6
- IE7
- FF3.6 (firebug 1.5.0 installed)
- Chrome 4.0.249
Operating System:- WinXP Pro
Description:- On IE (at least 6 & 7), minHeight & minWidth are "null or not an object".
Any script trying to set these on a Ext.Window is stopped on error.
Test Case:
Code:new Ext.Window({ title:'tryMe', width:400, height:300, minWidth:400, minHeight:300 }).show();
Debugging already done:- none
Possible fix:- not provided
I guess this has been said somewhere, but can't succeed to find it....
I'm trying to use minWidth & minHeight on Ext.Window.... They are working fine on Chrome and FF, but do not of IE (6 and 7 at least).
Did I miss something?
Ben
-
30 Jan 2010 5:42 AM #2
Which version of Ext 3.x is this report for?
also, it would help if you could furnish a test case as mentioned in:
http://www.sencha.com/forum/showthread.php?t=71015
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
30 Jan 2010 5:59 AM #3
Just done .... Sorry, I'm still learning!
-
31 Jan 2010 6:27 PM #4
I just ran your code against the SVN version in IE6/7/8 without any issue. Going to mark this as closed.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote