[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XGContextEvent bug
From: |
Enrico Sersale |
Subject: |
Re: XGContextEvent bug |
Date: |
Mon, 21 Jan 2002 14:20:14 +0200 (EET) |
In the last mail I've forgotten to say that, if you want the file
operations to work, you must modify XGDragView.
In [_handleDrag:], [_window orderOut: nil] must be called *before*
depositing the drop.
Calling xdnd_send_drop() before closing the window, causes the beginning
of a file operation that bring up an alert panel. If this panel is shown
when the dragImage is still on the screen, Workspace crashes.
On Mon, 21 Jan 2002, Enrico Sersale wrote:
> ...
>
> At this point, if you press "Ok" or "Cancel" with the mouse, nothing wrong
> happens and the file operation goes on.
>
> But if you use the keyboard to confirm the app crashes:
> ..