View Full Version : [CLOSED][DUP][3.0rc1.1] Help, a bug with MessageBox
56707801
12 May 2009, 4:58 PM
This is a bug with Ext.MessageBox,in the line 180, this.updateText(msg), it calculate characters width error.
http://lh3.ggpht.com/_ZsIjp8frSZU/SgobFtdCxVI/AAAAAAAAABI/bQp068AaNIM/ext%20bug1.jpg
evant
12 May 2009, 5:02 PM
Please post a test case, code sample, screenshots etc. What version are you using?
56707801
12 May 2009, 5:21 PM
code :
Ext.Msg.show({
title:'error msg',
msg : 'This is a bug!',
buttons: Ext.Msg.CANCEL,
icon: Ext.MessageBox.ERROR
});
version : ext3.0rc1.1
evant
12 May 2009, 6:01 PM
In which browser? Post a screenshot please.
I think this may already be fixed in SVN anyway.
boolean
13 May 2009, 6:25 PM
just see examples\message-box\msg-box.html in IE6.0
boolean
13 May 2009, 6:32 PM
just see examples\message-box\msg-box.html in IE6.0
http://www.extjs.com/forum/attachment.php?attachmentid=13638&d=1242267905
evant
13 May 2009, 6:43 PM
This is fixed in SVN already, you'll see it in the next release :)
boolean
13 May 2009, 8:39 PM
This is fixed in SVN already, you'll see it in the next release :)
good work
can you tell me the date about next release?
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.