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

Implement a "disabled" state #1

Open
GoogleCodeExporter opened this issue Dec 9, 2015 · 3 comments
Open

Implement a "disabled" state #1

GoogleCodeExporter opened this issue Dec 9, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Please explain how the new feature would appear to an end-user:

A disabled checkbox should support having a different look and style that can 
be defined via CSS 
by the developer.

As a bonus, perhaps the end user is greeted with a dialog or other feedback for 
attempting to use 
a disabled control.

Please explain how the feature should be implemented in the JS source:
This requires:
1. A new optional style and the appropriate settings. This MUST be optional and 
should have 
some default that leverages the existing settings (perhaps an opacity change to 
denote "disabled" 
or something similar.
2. Code to support detection and use of a "disabled" state.
3. A set of defaults that get overridden by the developer when they choose to 
implement the 
state themselves.

If you have a code sample for the feature or have a diff of it being
implemented, please include it:

Original issue reported on code.google.com by badmonkey0001 on 21 May 2010 at 11:24

@GoogleCodeExporter
Copy link
Author

Original comment by badmonkey0001 on 6 Mar 2011 at 8:57

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by badmonkey0001 on 6 Mar 2011 at 11:31

  • Added labels: v0.2

@GoogleCodeExporter
Copy link
Author

Not sure if this is already implemented or not, but you could simply change the 
CSS opacity of the element rather than use a new "disabled" image or something.

Original comment by mike.mu...@gmail.com on 7 Jul 2011 at 5:19

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

1 participant