Bug 167677 - [DND] Problem with drop event when using SWT_AWT bridge on Solaris and Linux (GTK)
Summary: [DND] Problem with drop event when using SWT_AWT bridge on Solaris and Linux ...
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.2   Edit
Hardware: Sun Solaris-GTK
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact: Kevin Barnes CLA
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2006-12-12 11:45 EST by Raajesh B.Kashyap CLA
Modified: 2017-06-20 02:38 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raajesh B.Kashyap CLA 2006-12-12 11:45:21 EST
We have an RCP application with AWT/Swing components that uses multiple editors, each containing an SWT_AWT frame. Drag and drop does not work correctly in this case. The drop event is generated only on the first editor that is opened using the SWT_AWT frame. So components can only be dropped into the first such editor created with the SWT_AWT frame. When dropping into the other editors, nothing happens. Doing a debug shows that the DropTarget drop() method is never called when dropping into the other editors.

This happens on Solaris GTK, but has also been tried on Linux GTK with the same effect. It works fine on Windows.
Comment 1 Stuart Pond CLA 2007-04-25 12:39:12 EDT
Is this going to be addressed in 3.3?
Comment 2 Duong Nguyen CLA 2007-04-25 14:35:37 EDT
Right now, I don't even have an example to test the scenario that you're talking about. If you can provide me with an example so that I can easily replicate the problem, that would speed things up. I can't promise that I can fix it in 3.3.
Comment 3 Raajesh B.Kashyap CLA 2007-04-25 14:42:42 EDT
I found another bug that reports the same issue, which seems to have a snippet from Grant Gayed too:

https://eclipse.org/bugs/show_bug.cgi?id=141893

Comment 4 Lakshmi P Shanmugam CLA 2017-06-20 02:38:54 EDT
Solaris is no longer a supported platform.