]
Pavel Yaschenko resolved RF-10162.
----------------------------------
Resolution: Duplicate Issue
inplaceInput: setValue JS API method works wrong with defaultLabel
------------------------------------------------------------------
Key: RF-10162
URL:
https://issues.jboss.org/browse/RF-10162
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: base functionality , component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Fix For: 4.0.0.Milestone6
<rich:inplaceInput defaultLabel="click to enter your name"
id="ii"/>
<h:commandButton value="set"
onclick="#{rich:component('ii')}.setValue('test'); return
false;"/>
after click visually nothing happens because setValue do not changes label to new value.
But after you will click to component - 'test' will appear in input.
expected:
value changed
changed mark appeared(?)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: