Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Tree drag image works!

Title: Re: [platform-swt-dev] Tree drag image works!
I’m confident that the drag events get generated correctly but the image offset is slightly incorrect. We are getting the default behavior that centers the drag around the mouse location which isn’t consistent with just about any other app on the Mac.

I need to see what we have without my changes; we should fix the bug but it may be fine for M6.

Scott

On 3/6/09 11:07 AM, "Silenio Quarti" <Silenio_Quarti@xxxxxxxxxx> wrote:


I was playing with that (i.e. sending SWT.DragDetect from "tableView:writeRowsWithIndexes:toPasteboard:" or "outlineView:writeItems:toPasteboard:".), but I felt it was a bit scary to change it just before M6. Do you think the changes are safe?

Silenio



Scott Kovatch <skovatch@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx 03/06/2009 01:02 PM

Please respond to
"Eclipse Platform SWT component developers list."       <platform-swt-dev@xxxxxxxxxxx>

To

"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

cc
Subject

[platform-swt-dev] Tree drag image works!




Silenio,

Thanks for fixing up the tree/table draw for the drag! This means I could check in a fix for <https://bugs.eclipse.org/bugs/show_bug.cgi?id=263508 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=263508> > as soon as this afternoon. Let me know if we want that for M6.

I’m hoping to have a fix for 266402 done today as well. It’s somewhat tricky as Appkit is behaving as expected — if nothing responds to a keystroke you get a beep. But I’ll keep at it.

Scott


Back to the top