After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165206 - Drag and drop with mouse focus doesn't focus target
Drag and drop with mouse focus doesn't focus target
Status: RESOLVED DUPLICATE of bug 112308
Product: metacity
Classification: Other
Component: general
2.9.x
Other All
: Normal minor
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2005-01-25 17:12 UTC by James Antill
Modified: 2005-01-25 17:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description James Antill 2005-01-25 17:12:04 UTC
When doing a drag and drop from galeon to gnome-terminal, at the end the drag
will happen in gnome-terminal and the mouse pointer will be there but galeon
will be focused.

 Improvement: Make the target, not the source, focused. Ie. just do a call to
"focus whatever is under mouse".


Other information:
Comment 1 Elijah Newren 2005-01-25 17:25:23 UTC
The problem is that the WM doesn't know that the mouse has entered the
window--when you do a drag and drop operation, the source window grabs all
xserver events and handles them.  We need toolkit support to get this right.

*** This bug has been marked as a duplicate of 112308 ***