Community
Participate
Working Groups
Created attachment 188588 [details] Stack of the error When you display a Gallery, if you start a D&D from one or several items it works, but if you start it from a blank part an ArrayIndexOutOfBoundsException is thrown. A simple correction seems to work : Class org.eclipse.nebula.widgets.gallery.GalleryDragSourceEffect Method dragStart() [...] if (selection != null && selection.length > 0) { [...]
The bug occured on Windows XP with v0.5.2 .
Bug fixed for release V2.3.0