PDA

View Full Version : MessageBox alert sizing issue



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.

jack.slocum
26 Apr 2007, 10:38 AM
There are multiple posts on this same thing. Please do a search before posting a bug.

In a nutshell, measuring the title caused problems in IE.