Skip to content

Disabled fields get re-enabled when using Properties drop-down #488

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

Open
johnjcamilleri opened this issue Jul 30, 2015 · 3 comments
Open

Comments

@johnjcamilleri
Copy link
Contributor

I believe this is a bug:

  1. Disable part of the form with editor.getEditor('root.myfield').disable()
  2. Click the "Properties" drop-down - all the fields become temporarily disabled
  3. Close the "Properties" drop-down - all fields are re-enabled, including root.myfield

There should be a distinction between fields which are manually disabled and fields which are temporarily disabled by the Properties drop-down.

@kailashp
Copy link

Yes, I think so. It should be a bug

@theyiwenliu
Copy link

+1

@theyiwenliu
Copy link

Just submitted a pull request #716 for it.

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

3 participants