]
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: