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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Feb 12 08:11:44 EST 2009


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
    Affects Versions: 3.3.1
         Environment: IE, FF
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


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