[richfaces-issues] [JBoss JIRA] Created: (RF-10053) inplaceInput: problems with Enter key in input state

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Sun Dec 19 07:43:18 EST 2010


inplaceInput: problems with Enter key in input state
----------------------------------------------------

                 Key: RF-10053
                 URL: https://issues.jboss.org/browse/RF-10053
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone4
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


<h:form>
    <h:panelGrid columns="1">
        <rich:inplaceInput value="#{userBean.name}"
        defaultLabel="Click to edit name">
        	<a4j:ajax event="change" render="out" />
        </rich:inplaceInput>
        <h:outputText value="#{userBean.name}" id="out"/>
    </h:panelGrid>
</h:form> 

hitting enter in input state getting next results:

1) IE 8 - input does not applied. State do not changed to changed. Just the same input displayed. (no ajax request).
2) Opera 11 - seems common form submit done.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list