PolymerElements / paper-ripple

Adds a Material Design ripple effect to UI elements
https://webcomponents.org/element/PolymerElements/paper-ripple
56 stars 27 forks source link

Ripple doesnt removed #101

Open Halyul opened 7 years ago

Halyul commented 7 years ago

Description

Ripple will be not removed if the user do some actions.

Expected outcome

The element gets the ripple color totally.

Actual outcome

The element gets the ripple color totally.

Live Demo

https://www.webcomponents.org/element/PolymerElements/paper-ripple/demo/demo/index.html

Steps to reproduce

On desktop:

  1. Left click on an element which has paper-ripple but not release.
  2. Right click the mouse and release the left click, then the browser will open a menu.
  3. You will find the ripple color doesnt be removed.

On mobile:

  1. Long click an element which has paper-ripple and the browser will open a menu.
  2. Close the menu, you will find the ripple color doesnt be removed.

Browsers Affected

Only tested on Chrome

Halyul commented 7 years ago

2017-05-31 19-13-56

BootsSiR commented 7 years ago

I see this behaviour on paper-tabs with the ripple effect. Have you resolved it?