Francesco Posted May 19, 2012 Posted May 19, 2012 (edited) CauseThe HandleCommandsSelectionMenu function doesn't check whether the command textbox is disabled before inserting the command text.FixIn configwizard.js below the line containingwhatfunc="HandleCommandsSelectionMenu()";add if (document.getElementById("cmd1").disabled) Alert("",getText(txtMustAddCommand),"",3,-1,0,0);;In lang_en.js below the line containingtxtDeleteCommandConfirm[lang] = ['Are you sure you want to delete this command?'];addtxtMustAddCommand[lang] = ['You must add a command entry through the \'Add\' button before being able to perform this operation.'];In globals_lang.js below the line containingvar txtDeleteCommandConfirm=[];addvar txtMustAddCommand=[]; Edited May 19, 2012 by Francesco
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now