-
21 Sep 2012 1:49 AM #1
[4.1.2] Window layout problems in IE 9
[4.1.2] Window layout problems in IE 9
The following code brings up a window that is too small for its contents in IE 9 (haven't tested other versions):
If you replace 'width' with 'maxWidth' in the snippet above, the size suddenly becomes correct: just enough to host the progress bar of width 100.Code:Ext.widget ('window', { title: 'xxx', items: Ext.widget ('progressbar', { text: 'lol', width: 100 }) }).show ()
What is even more confusing, if you evaluate the snippet on page http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples, window width is wrong, but on page http://dev.sencha.com/deploy/ext-4.1...ow/window.html it is correct...
In all cases window size is correct in Firefox and Chrome.
-
21 Sep 2012 4:23 AM #2
Please disregard this, it actually happens only in non-standard quirks mode.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote