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

cgBusy not blocking interaction with button when cgBusy is applied directly to button #34

Closed
LRFalk01 opened this issue Jun 30, 2014 · 2 comments

Comments

@LRFalk01
Copy link

Button click starts promise that puts a cg-busy on the button, but button is still clickable.

I think this is something with inline-block styling.
http://plnkr.co/edit/l7A83Yp1uWWc62VnQ9IS?p=preview

@cgross
Copy link
Owner

cgross commented Jun 30, 2014

Angular-busy isn't designed to be put directly on a button element. Its intended to be put on a container not a form element. If you put it on a container it should prevent that button from being clickable.

@LRFalk01
Copy link
Author

Thanks for the quick reply.

@cgross cgross closed this as completed Jul 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants