You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking adjacent with a click handler to an element with pulse effect on I expect nothing to happen.
I think the right element should be clicked when one click on the element, and for the white-space, either no click handler or the current behaviour.
Current Behavior
The problem is coming up if there are multiple elements with pulse effect. When you click on the item the topmost (placing order or z-index) will get the click event.
The pulse will even overlap to the adjacent item.
Possible Solution
I was able to circumvent the problem by adding
.pulse::before {
pointer-events: none;
}
Steps to Reproduce (for bugs)
Add any two buttons even as suggested in the documentation.
Just leave the display: flex from the container to keep them close
Try to click on the first button (when the pulse wave gets to the leftmost point from the right button)
Many thanks, I have changed my project, and checked the Materialize v1.2.1 version.
Unfortunately the issue still persists - I will post the issue there as well.
Expected Behavior
When clicking adjacent with a click handler to an element with pulse effect on I expect nothing to happen.
I think the right element should be clicked when one click on the element, and for the white-space, either no click handler or the current behaviour.
Current Behavior
The problem is coming up if there are multiple elements with pulse effect. When you click on the item the topmost (placing order or z-index) will get the click event.
The pulse will even overlap to the adjacent item.
Possible Solution
I was able to circumvent the problem by adding
Steps to Reproduce (for bugs)
Context
No additional context.
Your Environment
The text was updated successfully, but these errors were encountered: