Opened 10 years ago
Closed 5 years ago
#303 closed enhancement (fixed)
Mouse cursor should give feedback for copying vs. moving items between collections
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | interface | Version: | future |
| Keywords: | helpwanted | Cc: |
Description
e.g. a + graphic when copying
I haven't looked into whether this is possible.
Change History (5)
comment:1 Changed 10 years ago by dstillman
- Milestone set to 1.0 Final
- Version set to 1.0
comment:2 Changed 10 years ago by dstillman
- Keywords helpwanted added
- Milestone 1.0 Final deleted
- Version changed from 1.0 to future
comment:3 Changed 9 years ago by dstillman
Per http://groups.google.com/group/zotero-dev/browse_thread/thread/89e31d434951756b, check out dragAction on Windows.
comment:4 Changed 5 years ago by dstillman
Fixed by 7b4f16.
If a modifier key is added for move, the symbol will be disabled.
comment:5 Changed 5 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I can't figure out any way to do this. We can set the dragAction on the drag session, but that doesn't seem to have any visual effect (at least on OS X). I tried setting an attribute dynamically and using an attribute selector with the cursor CSS property, but that doesn't seem to redraw the mouse while the drag is taking place.
If anyone notices drag feedback of this sort anywhere in Firefox, add a comment.