[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
Thu Nov 7 03:31:02 EST 2013


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

Ronny Schöne 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 and the list scrolls automatically.

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



    
> 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) 
>          Components: component-input
>            Reporter: Ronny Schöne
>             Fix For: 4.5-Tracking
>
>
> 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 and the list scrolls automatically.
> 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