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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Aug 22 07:45:26 EDT 2013


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

Pavol Pitonak commented on RF-12929:
------------------------------------

Verified in 4.3.4, it's ready to be closed.
                
> 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
>            Assignee: Domenico Giannotta
>              Labels: event, onchange, pickList
>             Fix For: 4.3.4
>
>
> 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