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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now