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 653264 - does not seem to implement XdndProxy correctly
does not seem to implement XdndProxy correctly
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-06-23 18:38 UTC by Dan Winship
Modified: 2018-02-10 03:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2011-06-23 18:38:56 UTC
gdkdnd.c checks if a potential destination window has the XdndProxy flag set, but it does this *after* setting context_x11->dest_xid to the original window, and then sends all further messages to that original window. The proxy is used only for looking up XdndAware.

Assuming that http://gitorious.org/xdg-specs/xdg-specs/blobs/master/specifications/XDND/specification.xhtml is actually the right place to look, it says:

    If this window property exists, it must be of type XA_WINDOW
    and must contain the ID of the proxy window that should be
    checked for XdndAware and that should receive all the client
    messages, etc.
Comment 1 Matthias Clasen 2011-06-27 15:57:02 UTC
Hmm, this certainly could use some testing.
It would be great to have a dnd test client that actually used a proxy window, e.g.
Comment 2 Matthias Clasen 2018-02-10 03:31:49 UTC
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and
still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue
for it.