AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Indicator dismisses before releasing touch. #19

Closed ladjzero closed 9 years ago

ladjzero commented 9 years ago

Thank you for such nice component!

This issue happens on my device galaxy S2, android 4.0.4. But everything is OK on my another device which runs 4.2.2.

Indicator pops up as soon as I touch it, and then dismisses quickly before I release or begin to drag.

I guess hideFloater was invoked by accident before my releasing. I debugged. It turns out that I'm wrong.

Any idea? Thank you.

AnderWeb commented 9 years ago

Would you try to reproduce the issue using an emulator with 4.0.4 instead of a real device? Please report back, thanks!

ladjzero commented 9 years ago

repro

I reproduced in an emulator. A bug maybe.

AnderWeb commented 9 years ago

Thanks, I'll take a look into it.