On 2005-07-22, Lithion <[EMAIL PROTECTED]> wrote: > Hi, > I am a user of KDE applications, but have found that drag-drop > operations do not work for many KDE applications when multiple > applications are contained in the one frame.
This is a bug in Qt and has been "fixed" in cvs or whatever it is that they use AFAIK. The problem is that they don't really check in what window within the WM frame stuff was dropped on, but simply take the topmost-stacked window to be it. (Subwindow lists from X are ordered by stacking). However, most programs (including xprop and xwininfo) equally stupidly take the lowest-stacked window, and Ion arranges for the visible main window to be lowest-stacked. (This is also why xprop et all don't work on transients.) Anyhow, Qt should have been at least "fixed" to behave brokenly similarly to other apps. Or maybe it's been properly fixed to actually find the target window on the list, I don't know. -- Tuomo
