1 Reply Latest reply on Jun 4, 2008 6:40 AM by ilya_shaikovsky

    comboBox javascript too long time on IE7

    den74

      Hi, i want let you know a problem i got with rich:comboBox (richfaces 3.2.1GA)

      if suggestion list contains much elements (actually my test use even about 100/150 elements) i get a message from IE7 that tells a javascript is slowing the page opening and ask me to continue or stop it. The problem is that even if i answer to continue the combo list area lose the focus and so i never can see the list proposed. I just can use the typing mode, it works perfectly.
      It is surely a IE problem with javascript manageing because with FF3CR1 i don't have that problel, but could be the javascript used can be optimized so, i just want inform about this problem.

      the code i use is:

      <rich:comboBox id="combo1" value="#{nautilusFormBean.nameSelected}"
      suggestionValues="#{nautilusFormBean.listName}" styleClass="fieldComboBox" immediate="true" >
      <a4j:support event="onselect" reRender="combo2" actionListener="#{nautilusFormBean.changeCombo2}" />
      </rich:comboBox>