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
This directive causes strange behaviour with buttons in Safari.
This was discovered macbooks running Yosemite and El Capitaine.
The issue is that if you do a quick full-click on a a track-pad, the ripple effect triggers but the ng-click does not.
If you perform a tap-click on the trackpad (with that feature enabled) then it works fine.
Also if you do a full-click and hold it for a moment then release it also works fine.
The text was updated successfully, but these errors were encountered:
Now the mouse click event only fires if you hold it down long enough for the transition to end. It happens with both mouse and trackpad in my testing. You can test this by simply adding onclick="alert()" in the demo.
Not sure what the browser bug is that causes this but I don't think it's intentional.
This directive causes strange behaviour with buttons in Safari.
This was discovered macbooks running Yosemite and El Capitaine.
The issue is that if you do a quick full-click on a a track-pad, the ripple effect triggers but the ng-click does not.
If you perform a tap-click on the trackpad (with that feature enabled) then it works fine.
Also if you do a full-click and hold it for a moment then release it also works fine.
The text was updated successfully, but these errors were encountered: