client api: inplaceInput api issues
-----------------------------------
Key: RF-10341
URL:
https://issues.jboss.org/browse/RF-10341
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Pavel Yaschenko
Fix For: 4.0.0.CR1
1) RF-10162 - seems works even worse now. now it throws undefined for me.
2) cancel not works. I tried next cases:
<rich:inplaceInput defaultLabel="click to enter your name"
saveOnBlur="false" onblur="#{rich:component('ii')}.save()"
id="ii"/> - works fine. according to saveOnBlur value should be reseted on
blur but it sotered with onblur handler used api.
but
<rich:inplaceInput defaultLabel="click to enter your name"
saveOnBlur="true" onblur="#{rich:component('ii')}.cancel()"
id="ii"/> has minor problem. It cancels value but "changed" red
mark appeared.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira