[
http://jira.jboss.com/jira/browse/RF-2273?page=all ]
Nick Belaevski updated RF-2273:
-------------------------------
Fix Version/s: 3.2.1
(was: 3.2.0)
drag and drop and scrollableTable. Incorrect indicator positioning
------------------------------------------------------------------
Key: RF-2273
URL:
http://jira.jboss.com/jira/browse/RF-2273
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: FF
Reporter: Ilya Shaikovsky
Assigned To: Konstantin Mishin
Fix For: 3.2.1
modified page from demosite(drag added)
<rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1"
height="400px"
width="700px" id="carList" rows="40"
columnClasses="col"
value="#{dataTableScrollerBean.allCars}" var="category"
sortMode="single"
selection="#{dataTableScrollerBean.selection}">
<rich:column id="make">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Make" /></f:facet>
<a4j:outputPanel>
<rich:dragSupport dragType="selectionDrag"
dragIndicator=":indicator"/>
<h:outputText value="#{category.make}" />
</a4j:outputPanel>
</rich:column>
<rich:column id="model">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Model" /></f:facet>
<h:outputText value="#{category.model}" />
</rich:column>
<rich:column id="price">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Price" /></f:facet>
<h:outputText value="#{category.price}" />
</rich:column>
<rich:column id="mileage">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Mileage" /></f:facet>
<h:outputText value="#{category.mileage}" />
</rich:column>
<rich:column width="200px" id="vin">
<f:facet name="header"><h:outputText
styleClass="headerText" value="VIN" /></f:facet>
<h:outputText value="#{category.vin}" />
</rich:column>
<rich:column id="stock">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Stock" /></f:facet>
<h:outputText value="#{category.stock}" />
</rich:column>
</rich:scrollableDataTable>
After I use scroll and try to drag indicator apears not below the cursor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira