[richfaces-issues] [JBoss JIRA] (RF-12737) Showcase: focus preserve demo does not show benefits of the component

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Jan 17 10:46:22 EST 2013


Lukáš Fryč created RF-12737:
-------------------------------

             Summary: 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č


{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



More information about the richfaces-issues mailing list