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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
If you click a button that has a disabled state using your mouse in a desktop environment, then the disabled state of the button is respected. However tapping the button in a mobile/touch screen environment leads to the disabled state being ignored.
- the ngClick attribute was always triggered, regardless the ngDisabled/disabled attributes
- we now check the DOM disabled status before triggering the original click event
- deals with angular#3124angular#3132 /cc @shepheb
If you click a button that has a disabled state using your mouse in a desktop environment, then the disabled state of the button is respected. However tapping the button in a mobile/touch screen environment leads to the disabled state being ignored.
Here is an example of the problem: http://embed.plnkr.co/ru3Sro/preview
The text was updated successfully, but these errors were encountered: