[richfaces-issues] [JBoss JIRA] (RF-13319) Strange scroll behavier of rich:autocomplete field in IE9/10

Ronny Schöne (JIRA) jira-events at lists.jboss.org
Wed Nov 6 01:55:02 EST 2013


Ronny Schöne created RF-13319:
---------------------------------

             Summary: Strange scroll behavier of rich:autocomplete field in IE9/10
                 Key: RF-13319
                 URL: https://issues.jboss.org/browse/RF-13319
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Ronny Schöne


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.

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();" />  

Link to a example video: https://vimeo.com/78525787


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list