Bug combobox errorIcon

  • Hi, look the bug in picture.
    Help me please.


  • var config = {id:'cboPriority_txt',allowBlank:false,blankText:' Campo Obrigatório',emptyText:'Selecione...',fieldLabel:' Prioridade',forceSelection:true,width:200};

    FLForm.stores[config.id] = [[0,'Baixa'],[1,'Média'],[2,'Alta']];
    var fields = ['value','text'];
    var store = FLForm.stores[config.id];
    config.store = new Ext.data.SimpleStore({fields:fields,data:store});
    var newField = new Ext.form.ComboBox(config);

    My english is vary bad, I'm brasilian.
    my combobox are in Ext.form.Form.












  • Can you please provide the code you're using to create that layout?


  • Hi, look the bug in picture.
    Help me please.

    please provide details (sample code etc) as per 8887. thanks.


  • I identify the bug :D.
    In object Ext.form.TriggerField exist this code/function

    alignErrorIcon:function(){this.errorIcon.alignTo(t his.wrap,"tl-tr",[2,0])}

    The correct is

    alignErrorIcon:function(){this.errorIcon.alignTo(t his.trigger,"tl-tr",[2,0])}







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Bug combobox errorIcon , Please add it free.