[
https://issues.jboss.org/browse/RF-13319?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-13319:
-------------------------------
Component/s: component-input
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
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