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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues