views:

221

answers:

1

I have a 3 component dependent picker and I had it working fine until I noticed a strange behavior. If I spin component 1 and then click down with mounse on Conmponent 2, then wait for Component 1 to stop spinning then let the mouse button up, all without moving the mouse or picker wheel at all... didSelectRow does not get called at all!!! Has anyone else seen this behavior and found a work around???

Thanks

A: 

Users will use fingers and not mouse :) You should prefer testing these kinda things on device..

Have you already seen What happens on the device?

Prakash
I checked on device - seems there's the same behaviour
Vladimir