[richfaces-issues] [JBoss JIRA] Updated: (RF-6150) scrollableTable: dnd broken after table update after sorting

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 23 07:12:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shaikovsky updated RF-6150:
--------------------------------

    Component/s: ScrollableDataTable


> scrollableTable: dnd broken after table update after sorting
> ------------------------------------------------------------
>
>                 Key: RF-6150
>                 URL: https://jira.jboss.org/jira/browse/RF-6150
>             Project: RichFaces
>          Issue Type: Bug
>          Components: ScrollableDataTable
>    Affects Versions: 3.3.1
>         Environment: IE, FF
>            Reporter: Ilya Shaikovsky
>            Assignee: Konstantin Mishin
>             Fix For: Future
>
>
> after sorting you will not be able to drag.
> 			<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="3400px" 
> 				width="700px" id="carList" columnClasses="col"
> 				value="#{dataTableScrollerBean.allCars}" var="category" sortMode="single"
> 				binding="#{dataTableScrollerBean.table}"
> 				sortOrder="#{dataTableScrollerBean.order}"
> 				selection="#{dataTableScrollerBean.selection}" onRowClick="alert('#{category.make}');">
> 				<rich:column id="make">
> 					<f:facet name="header"><h:outputText styleClass="headerText" value="Make" /></f:facet>
> 					<a4j:outputPanel layout="block">
> 						<rich:dragSupport dragIndicator=":indicator" dragType="type"/>
> 						<h:outputText value="#{category.make}" />
> 					</a4j:outputPanel>
> 				</rich:column>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list