rosetta
rosetta copied to clipboard
Bug - variable attribute not set
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).