[richfaces-issues] [JBoss JIRA] (RF-12695) rich:select incorrect bevior on IE9 with many selectItems

kevin 2 (JIRA) jira-events at lists.jboss.org
Mon Jan 7 06:03:08 EST 2013


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

kevin 2 updated RF-12695:
-------------------------

    Description: 
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.

  was:
rich:select component has incorrect behavior on IE9 when it contains many items.

<rich:select id="selectId">
  <f:selectItems value="#{select.hugeList}"/>
</rich:select>

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.


    
> rich:select incorrect bevior 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
>
> 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


More information about the richfaces-issues mailing list