Bug 16096 - [DND] Can't DND to Lotus Notes
Summary: [DND] Can't DND to Lotus Notes
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eric Moffatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on: 6726
Blocks:
  Show dependency tree
 
Reported: 2002-05-15 18:51 EDT by Peter Burka CLA
Modified: 2006-04-04 14:06 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Burka CLA 2002-05-15 18:51:36 EDT
Build M5

I've found that I can't drag files from the Navigator or Packages view into a 
Lotus Notes e-mail. I can drag the file onto the WinXP desktop and then onto 
Notes, but not directly into Notes.

When I try to drag it onto Notes, it looks like a dialog appears, but then 
disappears very quickly.
Comment 1 Nick Edgar CLA 2002-05-15 21:12:10 EDT
Defer
Comment 2 Randy Giffen CLA 2002-08-12 09:55:33 EDT
Reopen for investigation
Comment 3 Knut Radloff CLA 2003-03-31 18:10:24 EST
When I drag a file to a Notes "new memo" I get the no-drop icon. I can't drop 
the file and therefore don't see any dialog flashing up.
I went back to R2.0 and observed the same behavior.
The Navigator adds the FileTransfer type and DROP_COPY/DROP_MOVE. Windows 
Explorer apparently is using something else since drag to Notes works from 
Windows. Also tried TextTransfer and RTFTransfer and still get the no-drop icon.

Veronika, is there a tool that displays details about a drag operation? I'd 
like to find out what Windows is doing to make the drop work.
Comment 4 Veronika Irvine CLA 2003-04-01 07:11:51 EST
This is a duplicate of bug 6726 and is an SWT problem.

The problem is that on unicode windows platforms SWT supports CF_UNICODETEXT 
rather than CF_TEXT.  Most applications support CF_UNICODETEXT but Lotus Notes 
does not.  The Clipboard will automatically convert from CF_UNICODETEXT to 
CF_TEXT but DND does not.

The fix would be to add CF_TEXT as a secondary data type for the TextTransfer 
type.

*** This bug has been marked as a duplicate of 6726 ***
Comment 5 Knut Radloff CLA 2003-04-01 11:48:36 EST
The Navigator does not currently use TextTransfer. Reopening to add this once 
bug 6726 is fixed.
Comment 6 Knut Radloff CLA 2003-09-02 17:13:28 EDT
Reassigning to Nick since he is taking ownership of DND.
Comment 7 Knut Radloff CLA 2003-09-03 10:37:00 EDT
The original DND concern is fixed with Notes 6.0.2.
Dragging files from the Navigator/Package Explorer into Notes works now.
Comment 8 Nick Edgar CLA 2006-03-15 11:50:23 EST
Reassigning bugs in component areas that are changing ownership.
Comment 9 Eric Moffatt CLA 2006-04-04 14:06:35 EDT
This works for 3.2M6 and Notes6.