Simon Plangger created RF-12929:
-----------------------------------
Summary: PickList change event not firing correctly when ordering
objects in target area
Key: RF-12929
URL: https://issues.jboss.org/browse/RF-12929
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.3.0.Final
Environment: JBoss AS 7
Reporter: Simon Plangger
The *change* event is not firing, when moving an element from the target area
(selected side) to the top or to the bottom of the list. There is no problem
with moving items and the change event as long as you don't make it the first
or last entry.
To reproduce:
{code}
<rich:pickList
onchange="alert('changed')"
orderable="true"
>
<f:selectItem itemLabel="test 1" itemValue="test 1" />
<f:selectItem itemLabel="test 2" itemValue="test 2" />
<f:selectItem itemLabel="test 3" itemValue="test 3" />
<f:selectItem itemLabel="test 4" itemValue="test 4" />
<f:selectItem itemLabel="test 5" itemValue="test 5" />
</rich:pickList>
{code}
Just *select all* items and move them around.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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