Bug 236176 - [Palette] Palette items disappear after drag/drop (Mac)
Summary: [Palette] Palette items disappear after drag/drop (Mac)
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.4   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 11:07 EDT by Lee Lowry CLA
Modified: 2011-01-06 14:59 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Lowry CLA 2008-06-07 11:07:20 EDT
Build ID: I20080530-1730

Steps To Reproduce:
I have a palette with several drawers with items in each drawer.  When I drag/drop any item into my editor, that works fine, but the remaining items in that drawer disappear.  If I move my mouse over them or expand/collapse the drawer, they will reappear.   This has happened on every version of Eclipse 3.4 that I've tried.  It doesn't happen on Windows.

More information:
To get around this, on the TemplateTransferDropTargetListener get a handle to the palette and force it to repaint.  This works most time, but not always.  I'd really like this fixed.  It looks pretty ugly in our product.  Thanks.
Comment 1 Lee Lowry CLA 2008-06-07 11:31:29 EDT
Actually, the forced repaint on drop seems to always do the trick.  The one case where it wasn't was my issue.  But, I think it's strange that I have to force the repaint, when I've never had to do that for the Windows version.
Comment 2 Randy Hudson CLA 2008-06-09 13:05:34 EDT
Sounds like a possible SWT defect, maybe...
Comment 3 Alexander Nyßen CLA 2011-01-06 14:59:02 EST
Lee, can you still reproduce this with Eclipse/GEF 3.6.1?