-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After resetting I can submit again without selecting a new option and it uses the previous submit value #1406
After resetting I can submit again without selecting a new option and it uses the previous submit value #1406
Comments
This is currently happening in quince as well. |
FYI @arbrandes @brian-smith-tcril @openedx/2u-infinity, please tag anyone you think can help. Thanks! |
- whenever the reset button is clicked the submit button is disabled except for cases when there is a gentle alert notification closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentel alert notification. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
@mariajgrimaldi I have sent a merge request: openedx/edx-platform#35118 to fix this issue. Please take a look |
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. - adds an argument to the disableAllButtonsWhileRunning function to identify the caller was reset/submit/save. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. - adds an argument to the disableAllButtonsWhileRunning function to identify the caller was reset/submit/save. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. - adds an argument to the disableAllButtonsWhileRunning function to identify the caller was reset/submit/save. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. - adds an argument to the disableAllButtonsWhileRunning function to identify the caller was reset/submit/save. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
- disables the submit button on the click of reset button except for the cases when there is a gentle alert notification. - adds an argument to the disableAllButtonsWhileRunning function to identify the caller was reset/submit/save. closes openedx/frontend-app-learning#1406 Signed-off by: Ishan Masdekar <[email protected]>
Hey @imasdekar, thank you so much for the fix! We really appreciate it. I'll look (or find someone who can) as soon as possible. |
This issue affects edx-platform instead of the MFE, so I'm going to close the issue in the MFE to track it in the BTR repo directly. |
Expected behavior
The "Submit" button should be disabled after clicking reset option.
Actual behavior
After clicking the "Reset" button, questions are reset, but the "Submit" button stays active and clickable. If the user clicks the "Submit" button without selecting any option, it is marked incorrect.
Reset.Option.Issue.mov
Steps to reproduce
Additional information
Original issue: openedx/wg-build-test-release#362
The text was updated successfully, but these errors were encountered: