PopupBubble icon indicating copy to clipboard operation
PopupBubble copied to clipboard

Calling hide and then show quickly hides the bubble

Open odin- opened this issue 7 years ago • 3 comments

If I click the bubble and hide animation starts, and then for some reason in my UI I need to quickly show it again, the hide animation is not cancelled.

This means that the bubble is hidden even though I wanted it to show, i.e.:

  1. Click bubble (auto-hide with animation).
  2. Within the animation time I do show().
  3. Now (1) will hide the bubble even though I want to override (1) because I called show() in (2).

odin- avatar Apr 24 '17 11:04 odin-

Hi, did you check this?

Thanks.

odin- avatar Apr 29 '17 11:04 odin-

I will test the behaviour. Sorry for taking time.

webianks avatar Apr 29 '17 21:04 webianks

No problem. Thanks.

odin- avatar May 01 '17 11:05 odin-