Skip to content
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

A "disabled loading" button is not disabled - it is still clickable and fires events #3510

Closed
nikulk opened this issue Dec 26, 2015 · 6 comments

Comments

@nikulk
Copy link

nikulk commented Dec 26, 2015

to be specific, it is a semantic-ui form submit button.

@jlukic
Copy link
Member

jlukic commented Dec 27, 2015

Disabled buttons should prevent javascript events.

@nikulk
Copy link
Author

nikulk commented Dec 27, 2015

i was using chrome 47

@jlukic jlukic closed this as completed Dec 30, 2015
@nikulk
Copy link
Author

nikulk commented Dec 30, 2015

Is this fixed? Should I try again?

@kmd1970
Copy link

kmd1970 commented Mar 1, 2016

I have the same issue. If I combine "disabled" class with "loading" class, the button is still clickable.

My example:
https://jsfiddle.net/kmd1970/55qog60h/

@jlukic
Copy link
Member

jlukic commented Mar 4, 2016

Now in #2933

@unostar
Copy link

unostar commented Apr 9, 2018

$.fn.api.settings.className.loading = 'loading disabled';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants