bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XGDragView bug


From: Enrico Sersale
Subject: Re: XGDragView bug
Date: Sun, 20 Jan 2002 15:11:28 +0200 (EET)

There is an other little problem in XGDragView.

In the old version, in [_handleDrag:], [_window orderOut: nil] was called
*before* depositing the drop.

Putting it at the end of the method, as it is now, causes a problem.

Calling xdnd_send_drop() before closing the window, causes, for example,
the beginning of a file operation that bring up an alert panel to ask for
the user confirmation.

This panel is shown when the dragImage and its window are still on the
screen  and this causes a crash in GWorkspace.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]