gabrielemariotti / cardslib

Android Library to build a UI Card
4.67k stars 1.2k forks source link

CAB touch issue #160

Open AkshayChordiya opened 10 years ago

AkshayChordiya commented 10 years ago

Hi,

@gabrielemariotti

Check out the video to know about this issue. It happens for starting the action mode.

http://www.youtube.com/watch?v=NXDnc490Fy4&feature=youtu.be

gabrielemariotti commented 10 years ago

I need a full example (java, resources...) with the issue to replicate it.

AkshayChordiya commented 10 years ago

@gabrielemariotti

Check out the link below https://drive.google.com/folderview?id=0B-1Tdrr2tS9OcWVVNkZTMVhrRGc&usp=sharing

All the java, resources are present

I think it's touch event issue

OS-Chris commented 10 years ago

This happens to me as well under the following conditions.

Without looking into the code, it seems to be starting the action mode on ACTION_DOWN but only selecting an item if you ACTION_UP on the same item.

If you move after the long press, I'd interpret that as a message to cancel the CAB rather than leave it in a activated-but-nothing-selected mode.

I hope that makes sense.

gabrielemariotti commented 10 years ago

Ok, I am able to replicate it. Thanks!

AkshayChordiya commented 10 years ago

@OS-Chris Thanks.

@gabrielemariotti Great

alessnet commented 9 years ago

Hello,

In the meantime, is there any workaround available? Thanks,

Alessandro

gabrielemariotti commented 9 years ago

I will change the CAB feature with Android 5.0. The current CAB feature can't work with the new Toolbar.

Il giorno Mon Nov 03 2014 at 14:17:15 De Simone Alessandro < notifications@github.com> ha scritto:

Hello,

In the meantime, is there any workaround available? Thanks,

Alessandro

— Reply to this email directly or view it on GitHub https://github.com/gabrielemariotti/cardslib/issues/160#issuecomment-61475517 .

AkshayChordiya commented 9 years ago

@gabrielemariotti Ohhkay no problem at all.

mayur-who commented 9 years ago

any progress on this? any workaround? I am also getting the same issue