[
https://jira.jboss.org/jira/browse/RF-6810?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6810:
-------------------------------
Workaround Description: Add Event.stop(event) to controls' onclick
Workaround: [Workaround Exists]
InplaceInput: component doesn't switch to view/changed state
------------------------------------------------------------
Key: RF-6810
URL:
https://jira.jboss.org/jira/browse/RF-6810
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Code from:
http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...
. InplaceInput doesn't switch to edit state after clicking control.
<rich:inplaceInput defaultLabel="Click here to edit"
showControls="true" controlsHorizontalPosition="left"
controlsVerticalPosition="bottom" id="inplaceInput">
<f:facet name="controls">
<button onclick="#{rich:component('inplaceInput')}.save();"
type="button">Save</button>
<button
onclick="#{rich:component('inplaceInput')}.cancel();"
type="button">Cancel</button>
</f:facet>
</rich:inplaceInput>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira