This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Click events are fired on disabled button with element like i tag. #73
Comments
orangemug
added a commit
to orangemug/dom-delegate
that referenced
this issue
Sep 29, 2016
I believe I have a fix for this in master...orangemug:fix/issue-73-disabled-events however it needs a little more work to improve the performance |
I believe branch master...orangemug:fix/issue-73-disabled-events is now ready and fixes point 1 in the below spec extract
Once the blocking PR #81 is merged I'll raise a PR for this ticket. |
notlee
added a commit
that referenced
this issue
Sep 18, 2019
Fix for issue #73 disabled events (work in progress)
Hi all, this is fixed by orangemug's pr which will go out in the next release (v3.1.0). Thanks for creating the issue and waiting so long! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I expect no click event is fired from a disabled button.
But click events are fired when the button has a member element like i tag.
Sample
https://jsfiddle.net/63f4qpp8/1/
Why need
I want use button with font-awesome icons.
For examle:
The text was updated successfully, but these errors were encountered: