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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Nov 6 11:20:02 EST 2013


     [ https://issues.jboss.org/browse/RF-13319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13319:
-------------------------------

    Description: 
Hi

i have a strange scroll behaviour 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 elements, an other element which is not within the viewport of the list is shown in the textfield.

Here is the source code, there is nothing special:

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

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


  was:
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



    
> 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 behaviour 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 elements, an other element which is not within the viewport of the list is shown in the textfield.
> Here is the source code, there is nothing special:
> {code}
>     <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();" />  
> {code}
> 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