mccann
26 Apr 2007, 10:02 AM
If you call the following:
Ext.Msg.alert('This is a long title', 'Error');
You will notice the box sizes to the content ('Error') and ignores the length of the title. This function should check both the content and title and size the box based on the longest one.
This occurs in both FF2 and IE7 on my computer.
Ext.Msg.alert('This is a long title', 'Error');
You will notice the box sizes to the content ('Error') and ignores the length of the title. This function should check both the content and title and size the box based on the longest one.
This occurs in both FF2 and IE7 on my computer.