Ticket #1677 (closed defect: fixed)
Opened 2013-03-14T10:27:28-05:00
Last modified 2013-04-16T16:51:14-05:00
ImageDisplays should be DND targets
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #860 |
Description
ImageDisplays should be drag and drop targets. For instance one should be able to drag a lut on an image and have that lut applied. While dragging it on app frame should open a lut color bar. This second part is supported already. And the LutDragAndDropHandler code will support the first case. We just need to make ImageDisplays a drag and drop target,
Change History
comment:1 Changed 2013-03-14T14:27:57-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
Curtis, you may be able to do this quickly next week as part of your planned dnd work. If not discuss approach with me and I'll tackle. Assigning to you for now.