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: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<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: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues