2 Replies Latest reply on Nov 6, 2013 1:56 AM by ronny2013

    Strange scroll behavier of rich:autocomplete field in IE9/10

    ronny2013

      Hi

       

      i have a strange scroll behavier in a rich:autocomplete list.

      The list has a lot of elements so the list has a scrollbar.

      If i open the list and scroll a little bit with the scrollbar and move the mouse to the elemets, an other element which is not within the viewport of the list is shown in the textfield.

      Is this a known bug and is there a workaround for it?

       

      Here is the sorce code, there is nothing special:

       

      <rich:autocomplete
          id="inField"
          requiredMessage="Add value."
          style="vertical-align: middle"
          mode="client" selectFirst="false"
          showButton="true" minChars="1"
          value="${bean.input}"
          autocompleteList="${bean.definedInputList}"
          onblur="#{rich:component('inField')}.hidePopup();" />
      
      

       

      Show in the attachments or below for a short video.

       

       

      Ronny