[JBoss JIRA] (RF-12737) Showcase: focus preserve demo does not show benefits of the component
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12737?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12737:
-------------------------------
Fix Version/s: 4.3.0.CR2
> 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č
> 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-12732) tabindex on rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12732?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12732:
-------------------------------
Fix Version/s: 5-Tracking
> tabindex on rich:tabPanel
> -------------------------
>
> Key: RF-12732
> URL: https://issues.jboss.org/browse/RF-12732
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Alexander Kunkel
> Fix For: 5-Tracking
>
>
> From the last element inside richfaces tabpanel we would like to tab to the next tab flap. From there either:
> - press tab again or use the arrow keys to navigate the flaps
> - press enter to navigate to the contend of the tab that whoose flap tab focus Moreover that last element might be a rich:autocomplete instead of h:input
--
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-12523) a4j:commandButton generates duplicated context path using a resource value expression within image attribute
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12523?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12523:
----------------------------
Assignee: (was: Lukáš Fryč)
> a4j:commandButton generates duplicated context path using a resource value expression within image attribute
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-12523
> URL: https://issues.jboss.org/browse/RF-12523
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.2.Final, 4.3.0.M1
> Environment: Windows 7 Professional, JBoss AS 6.1.0.Final, Mojarra 2.1.7
> Reporter: Andreas Owczarek
> Labels: ajax4jsf
>
> a4j:commandButton produces an extra context path prefix for the image resource path, when it is used with the value expression {code}#{resource['library:file']}{code} for the image attribute.
> {code:xml|title=Example code}
> <a4j:commandButton image="#{resource['icons:icon.gif']}" value="#{resource['icons:icon.gif']}"/>
> {code}
> {code:xml|title=Generated Result code}
> <input type="image" alt="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" src="/com.example.my.context.path/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" value="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" onclick="RichFaces.ajax("j_idt76",event,{"incId":"1"} );return false;" name="j_idt76" id="j_idt76">
> {code}
> The generated code show the correct value for the expression within the generated button label, but the image could not be located correctly because of the wrong generated image resource path.
--
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-12523) a4j:commandButton generates duplicated context path using a resource value expression within image attribute
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12523?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12523:
---------------------------------
Thanks Jura, updating for scheduling appropriately.
> a4j:commandButton generates duplicated context path using a resource value expression within image attribute
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-12523
> URL: https://issues.jboss.org/browse/RF-12523
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.2.Final, 4.3.0.M1
> Environment: Windows 7 Professional, JBoss AS 6.1.0.Final, Mojarra 2.1.7
> Reporter: Andreas Owczarek
> Labels: ajax4jsf
>
> a4j:commandButton produces an extra context path prefix for the image resource path, when it is used with the value expression {code}#{resource['library:file']}{code} for the image attribute.
> {code:xml|title=Example code}
> <a4j:commandButton image="#{resource['icons:icon.gif']}" value="#{resource['icons:icon.gif']}"/>
> {code}
> {code:xml|title=Generated Result code}
> <input type="image" alt="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" src="/com.example.my.context.path/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" value="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" onclick="RichFaces.ajax("j_idt76",event,{"incId":"1"} );return false;" name="j_idt76" id="j_idt76">
> {code}
> The generated code show the correct value for the expression within the generated button label, but the image could not be located correctly because of the wrong generated image resource path.
--
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-12695) rich:select incorrect behavior on IE9 with many selectItems
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12695?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12695:
-----------------------------
Labels: waiting_on_user (was: )
> 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-12695) rich:select incorrect behavior on IE9 with many selectItems
by Juraj Húska (JIRA)
[ 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
11 years, 11 months