[richfaces-issues] [JBoss JIRA] Created: (RF-3725) inplaceInput: in case using rich:componentControl for call cancel() JS API instead of previous value "[object Object]" appears.
Mikhail Vitenkov (JIRA)
jira-events at lists.jboss.org
Tue Jun 17 09:39:33 EDT 2008
inplaceInput: in case using rich:componentControl for call cancel() JS API instead of previous value "[object Object]" appears.
-------------------------------------------------------------------------------------------------------------------------------
Key: RF-3725
URL: http://jira.jboss.com/jira/browse/RF-3725
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: IE6, IE7, FF, Safari, Opera(3.2.2)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Attachments: inplaceInputObjectObject.png
Step 1. Add link called "cancel()" on the page with inplaceInput component:
<a href="#" id="cancelID">cancel()</a>
Step 2. Bind this link & inplaceInput component following way:
<rich:componentControl attachTo="cancelID" event="onclick"
for="inplaceInputId" operation="cancel"></rich:componentControl>
Step 3. Navigate to the page.
Step 4. Click on inplaceInput(showControls="true").
Step 5. Enter something in component's input box.
Step 6. Click on "cancel()" link.
Step 7. Verify inplaceInput value.
Actual behavior:
Instead of previous value following string is shown "[object Object]". For more information see attached screenshot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list