openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Dragging com.codename1.ui.list.ContainerList smaller than scrollable area fires action on Android #1399

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Apparently under Android and when a com.codename1.ui.list.ContainerList does 
not fill the scrollable space dragging and releasing ContainerList fires the 
ActionListeners and ContainerList.getSelectedItem() returns the item where the 
pointer has been released after dragging.
This is wrong and the behavior differs from that of com.codename1.ui.List<T>.

Original issue reported on code.google.com by Stefan.A...@gmail.com on 17 Mar 2015 at 11:11

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by shai.almog on 17 Mar 2015 at 5:48

GoogleCodeExporter commented 8 years ago
Fixed, thanks

Original comment by cf27...@gmail.com on 19 Mar 2015 at 12:38