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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues