View Full Version : Bug combobox errorIcon
jorgetadeu
4 Dec 2007, 9:48 AM
Hi, look the bug in picture.
Help me please.
brian.moeskau
4 Dec 2007, 2:25 PM
Can you please provide the code you're using to create that layout?
mystix
4 Dec 2007, 5:18 PM
Hi, look the bug in picture.
Help me please.
please provide details (sample code etc) as per 8887. thanks.
jorgetadeu
5 Dec 2007, 4:35 AM
[code]
var [COLOR=black]config = {id:'cboPriority_txt',allowBlank:false,blankText:'Campo Obrigat
jorgetadeu
7 Dec 2007, 10:59 AM
I identify the bug :D.
In object Ext.form.TriggerField exist this code/function
alignErrorIcon:function(){this.errorIcon.alignTo(this.wrap,"tl-tr",[2,0])}
The correct is
alignErrorIcon:function(){this.errorIcon.alignTo(this.trigger,"tl-tr",[2,0])}
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.