[
https://issues.apache.org/jira/browse/PIVOT-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12967173#action_12967173
]
Greg Brown edited comment on PIVOT-369 at 12/6/10 7:51 AM:
-----------------------------------------------------------
I think you may have misunderstood the intent of this ticket. The problem was
that ListView's multi-select behavior precluded an application developer from
easily writing code to drag multiple items, because the selection was reset to
a single item before the drag could start. This has been resolved.
The objective was not to enable dragging in all multi-select ListViews - you
still need to write a drag handler for that.
was (Author: gbrown):
I think you may have misunderstood the intent of this ticket. The problem
was that ListView's multi-select behavior precluded an application developer
from easily writing code to drag multiple items. This has been resolved. The
objective was not to enable dragging in all multi-select ListViews - you still
need to write a drag handler for that.
> Unable to easily drag multiple selected items in ListView
> ---------------------------------------------------------
>
> Key: PIVOT-369
> URL: https://issues.apache.org/jira/browse/PIVOT-369
> Project: Pivot
> Issue Type: Improvement
> Components: wtk
> Affects Versions: 1.4
> Reporter: Todd Volkert
> Assignee: Todd Volkert
> Fix For: 2.0
>
>
> Steps to reproduce:
> 1) Create a list view with selectMode="multi", and attach a drag source to it.
> 2) Select multiple items, then click to drag the selection out of the list
> view.
> Expected behavior:
> You expect the multiple items to be dragged
> Actual result:
> Upon mouse down, the selection is reset to be a single item, causing you to
> drag just one item.
> Workaround:
> If you hold down CTRL or SHIFT as you begin your drag, you can kind of work
> around this issue, but that is obviously a less-than-ideal user experience.
> Note that this could affect TableView and TreeView as well, though they
> weren't tested as part of this ticket.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.