Pick list: items are outside of items container
-----------------------------------------------
Key: RF-11356
URL:
https://issues.jboss.org/browse/RF-11356
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d4cacc1028d08b8e6e4da1e28bd58013638fd5f2
Metamer 4.1.0-SNAPSHOT r.22664
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.19
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215
Safari/535.1
Reporter: Pavol Pitonak
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richPickList/simple.xhtml
# select e.g. Alaska
# explore target list in Firebug
result:
Pick list contains following markup
{code:xml}
<div class="rf-pick-lst-scrl" style="min-height: 100px;max-height:
100px;width: 200px">
<div id="form:pickListTargetItems"></div>
<div id="form:pickListItem1" class="rf-pick-opt
rf-pick-sel">Alaska</div>
</div>
{code}
instead of
{code:xml}
<div class="rf-pick-lst-scrl" style="min-height: 100px;max-height:
100px;width: 200px">
<div id="form:pickListTargetItems">
<div id="form:pickListItem1" class="rf-pick-opt
rf-pick-sel">Alaska</div>
</div>
</div>
{code}
The same happens in source list if "Alaska" is removed from target list.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira