[richfaces-issues] [JBoss JIRA] (RF-12929) PickList change event not firing correctly when ordering objects in target area

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu May 16 15:33:06 EDT 2013


    [ https://issues.jboss.org/browse/RF-12929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774869#comment-12774869 ] 

Brian Leathem commented on RF-12929:
------------------------------------

Thanks [~mimmazzo] for submitting a pull request resolving this issue!

Note: [~mimmazzo] has signed the CLA.
                
> 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
>              Labels: event, onchange, pickList
>             Fix For: 5-Tracking
>
>
> 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


More information about the richfaces-issues mailing list