[richfaces-issues] [JBoss JIRA] Updated: (RF-2273) drag and drop and scrollableTable. Incorrect indicator positioning

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


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

Ilya Shaikovsky updated RF-2273:
--------------------------------

    Component/s: ScrollableDataTable


> drag and drop and scrollableTable. Incorrect indicator positioning
> ------------------------------------------------------------------
>
>                 Key: RF-2273
>                 URL: https://jira.jboss.org/jira/browse/RF-2273
>             Project: RichFaces
>          Issue Type: Bug
>          Components: ScrollableDataTable
>    Affects Versions: 3.2.0
>         Environment: FF
>            Reporter: Ilya Shaikovsky
>            Assignee: Konstantin Mishin
>            Priority: Minor
>             Fix For: Future
>
>
> 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: 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