[JBoss JIRA] (RF-12695) rich:select incorrect behavior on IE9 with many selectItems
by kevin 2 (JIRA)
[ https://issues.jboss.org/browse/RF-12695?page=com.atlassian.jira.plugin.s... ]
kevin 2 commented on RF-12695:
------------------------------
Hi,
I first tried to reproduce on 4.1.0.Final, then on 4.3.0.CR1 (I don't know how to retrieve Snapshots...).
I confirm that your description is the same as mine but I can only reproduce with IE9.
- IE7 : not reproduced, but there is another issue: when I hover an item, it is not highlighted and I cannot select it
- IE8 : not reproduced
- IE9 : reproduced
- Chrome (23): not reproduced
I don't have Chrome 24.
Not tested on Firefox.
Environment: XP (Chrome, IE7, IE8), Seven (IE9).
> 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
> Labels: waiting_on_user
>
> 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
11 years, 11 months
[JBoss JIRA] (RF-12737) Showcase: focus preserve demo does not show benefits of the component
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12737?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-12737.
-----------------------------
Resolution: Done
> Showcase: focus preserve demo does not show benefits of the component
> ---------------------------------------------------------------------
>
> Key: RF-12737
> URL: https://issues.jboss.org/browse/RF-12737
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.3.0.CR1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 4.3.0.CR2
>
>
> {code}
> <h:form>
>
> <rich:focus preserve="true" />
>
> <h:panelGrid columns="2">
> <h:inputText id="query" value="#{query}" />
> <a4j:commandButton value="Search" render="output" />
>
> <h:outputText value="Searched query:" />
> <h:outputText id="output" value="#{query}" />
> </h:panelGrid>
> </h:form>
> {code}
> Since only {{output}} is rendered, the focus is not required.
--
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
11 years, 11 months
[JBoss JIRA] (RF-12737) Showcase: focus preserve demo does not show benefits of the component
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12737?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-12737:
-------------------------------
Assignee: Lukáš Fryč
> Showcase: focus preserve demo does not show benefits of the component
> ---------------------------------------------------------------------
>
> Key: RF-12737
> URL: https://issues.jboss.org/browse/RF-12737
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.3.0.CR1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 4.3.0.CR2
>
>
> {code}
> <h:form>
>
> <rich:focus preserve="true" />
>
> <h:panelGrid columns="2">
> <h:inputText id="query" value="#{query}" />
> <a4j:commandButton value="Search" render="output" />
>
> <h:outputText value="Searched query:" />
> <h:outputText id="output" value="#{query}" />
> </h:panelGrid>
> </h:form>
> {code}
> Since only {{output}} is rendered, the focus is not required.
--
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
11 years, 11 months