]
Michal Petrov resolved RF-13739.
--------------------------------
Resolution: Done
Resolving this issue, the double rendering is tracked in RF-13769.
Placeholder in collapsibleSubTable template
-------------------------------------------
Key: RF-13739
URL:
https://issues.jboss.org/browse/RF-13739
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-misc
Affects Versions: 4.5.0.Alpha3
Environment: RichFaces 4.5.0-SNAPSHOT
Metamer 4.5.0-SNAPSHOT
Mojarra 2.2.6-jbossorg-4
JBoss AS 8.1.0.Final
Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
Firefox 30.0 @ Linux x86_64
Reporter: Matej Novotny
Assignee: Michal Petrov
Fix For: 4.5.0.Beta1
Placeholder selector set to empty string ({{selector=""}}) does not work when
nested inside richCollapsibleSubTable template. The expected result is that all inputs
will contains the placeholder text, however none of them does. If you set selector to a
specific ID, the test succeeds.
This only happens when you attach the placeholder to {{<textarea>}} or
{{<input>}}.
For both cases we have facelets and tests in Metamer and [Jenkins
job|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
which runs the tests.
Link to
[
facelet|https://github.com/richfaces/richfaces-qa/blob/master/metamer/app...]
and
[
test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...]
for textarea.
Link to
[
facelet|https://github.com/richfaces/richfaces-qa/blob/master/metamer/app...]
and
[
test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/...]
for input.