[
https://issues.jboss.org/browse/RF-12695?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-12695:
----------------------------------
Hey Kevin 2,
I am trying to reproduce your issue. I am getting somehow similar results than you but
*there are some important differences*.
My environment:
* using your provided code with select of 1000 items
* reproducing on both IE 7 and *Chrome 24*
* RichFaces 4.3.0-SNAPSHOT
My steps to reproduce:
* expand the select box
* scroll down to the bottom of the list (use either the mouse wheel or the select scroll
bar)
* hover the last item
* scroll up to the middle of the list or so (use either the mouse wheel or the select
scroll bar)
* see that it is not possible to hover an item from middle of the list cause it
automatically scrolls down to the bottom of the select list
If I understand your description correctly, it can apply to my reproduction steps as well,
however, I can reproduce the issue also on Chrome.
Could you please confirm that my description of the issue is the same as yours ? Can you
reproduce it on Chrome as well ? Or can you provide more specific steps to reproduce ?
rich:select incorrect behavior on IE9 with many selectItems
-----------------------------------------------------------
Key: RF-12695
URL:
https://issues.jboss.org/browse/RF-12695
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Final
Environment: Internet Explorer 9, Windows 7
Reporter: kevin 2
Assignee: Juraj Húska
rich:select component has incorrect behavior on IE9 when it contains many items.
{code:html}
<rich:select id="selectId">
<f:selectItems value="#{select.hugeList}"/>
</rich:select>
{code}
When you scroll up and down few times, try to select a value in the bottom of the list,
then the scrollbar moves down indefinitely so the hovered value cannot be selected.
The problem seems to appear with a list of 100 elements or more.
--
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