In WindowManager.js, I found there's no definition of the Ext.WindowManager, but the
Ext.WindowMgr.
Another problem, when the message in the MessageBox is "", the MessageBox's right border
will be wrongly displayed.
Printable View
In WindowManager.js, I found there's no definition of the Ext.WindowManager, but the
Ext.WindowMgr.
Another problem, when the message in the MessageBox is "", the MessageBox's right border
will be wrongly displayed.
Point 1, post a message in the documentation bugs thread - it's a mistake in the doc comments.
Point 2, I can't see a problem when I type Ext.Msg.alert("") in the Firebug console. It displays an empty message box.
I found the second problem in IE6.
It's right when using FireFox and Opera. In Ext1.1.1, there's no such problem in IE6 too.
My test is based on the given example, msg-box.html
The WindowMgr typo has been fixed in SVN, thanks.