Buttons Disabled on Dialog Cancel
Brought to you by:
gsteimer,
tsgopensource
On the "Manage Answers" page, if a user clicks to delete an answer, and answers "cancel" to the dialog box asking them to confirm the delete, all buttons (cancel, new answer, new impact, save and continue) are disabled and the user is unable to take an action until they edit an answer or actually delete an answer.
This may be an issue on other pages where the user cancels a dialog box. We will need to check the disableButtons() javascript to ensure we enableButtons() on a cancel action.
Updated javascript to re-enable buttons. Looked through all other javascript use of the confirm() and everything else seems to re-enable buttons correctly. Updated test script.