Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Bug - variable attribute not set #37

Open
aleksandervines opened this issue Oct 24, 2016 · 0 comments
Open

Bug - variable attribute not set #37

aleksandervines opened this issue Oct 24, 2016 · 0 comments

Comments

@aleksandervines
Copy link

If the user does not click out of the textbox before pressing done on a "enter variable attributes" dialog box, the changes done since entering the textbox is not recorded.

I'd assume you have used a on("focusout") which causes this. How about checking all input given when pressing done? Or make it a on change event instead? Then one would not need to e.g. click elsewhere when pressing yes or no for coord variable.

I'd prefer a combination though, it should check it with onchange, but not actually save any changes before pressing done. If I now do some changes, and exits the box with 'x' instead of 'done', the changes will be saved (but the column will not be marked as finished though).

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

No branches or pull requests

1 participant