-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Modal] Prevent modal actions buttons from clicking twice #4479
Labels
Milestone
Comments
Yes, we should probably handle rapid clicking on a framework level. |
jlukic
added a commit
that referenced
this issue
Mar 13, 2017
Fixed in |
Unfortunately this is not fixed in 2.2.10 |
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modal contains transitions to showing on the screen. Action buttons are able to be clicked more than once while a modal is transitioning.
Here's an example http://jsfiddle.net/rajsnzxw/10/. Open console and try to click the button more than once aggressively.
I was wondering whether this behavior is something that Semantic's code must handle. In my current project, there is no way to fix this issue globally without adding side effects on my code base.
Thank you
The text was updated successfully, but these errors were encountered: