2 Replies Latest reply on Apr 6, 2009 5:50 AM by adubovsky

    suggestion box: nothingLabel is selectable

    oneilltg

      I (and our users, unfortunately) are able to select the "nothing label" on a suggestionbox. I can do this in FF 3.0.8, IE 7.0, and Safari 3.2.2

      This isn't new to 3.3.1 beta, but has been a problem for at least the last several releases.

      The key to reproducing is to slowly type in the suggestion box, waiting for the list to refresh after each keystroke. When you get to the nothing label, tab out, and the nothing label populates.

      FYI, here is one of my suggestion boxes:

      <rich:suggestionbox id="farrierPendingHorseNameSuggestion"
      for="horseName"
      nothingLabel="[No Horses Found]"
      suggestionAction="#{finder.suggestHorse}"
      ignoreDupResponses="true"
      requestDelay="200"
      eventsQueue="farrierPendingHorseNameSuggestionBoxQueue"
      selectedClass="suggBoxSelectedClass"
      var="suggestFarrierPendingHorseName">
      <h:column>
      <h:outputText value="#{suggestFarrierPendingHorseName}"/>
      </h:column>
      </rich:suggestionbox>