-
Notifications
You must be signed in to change notification settings - Fork 60
MCKIN-11065 Fixed empty popups appearing for tips #242
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
Conversation
|
Hi @xitij2000 , can you please review this PR? Actually, the team doesn't have any access for the xblock to review this PR. Thanks |
setup.py
Outdated
| # Constants ######################################################### | ||
|
|
||
| VERSION = '3.3.9' | ||
| VERSION = '3.4.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can just be a patch bump to 3.3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed
|
@mudassir-hafeez Sure. I have scheduled this PR for review next sprint. Till then, could you update the ticket description to include more details, and add testing instructions? |
|
@xitij2000, I have updated the test cases and description accordingly. Ping me if you need to update anything else 🙂 |
|
Hey @mudassir-hafeez, sorry for the delay, I didn't subscribe to this PR. I'll review it by tomorrow. |
|
@Agrendalath thanks for taking this PR to review. I have updated the version 3.3.10 to 3.3.11 as |
Agrendalath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this, @mudassir-hafeez. Looks good to me.
👍
- I tested this: created MRQ block on local devstack and checked that popups no longer appear after (un)checking answer
- I read through the code
-
I checked for accessibility issues -
Includes documentation
|
Thanks, @Agrendalath. 🙂 |
|
@mudassir-hafeez, it's already here :) |
Oh great. Thanks, @Agrendalath. |
After the first attempt of submitting MRQ feedback, when a user clicks on any item feedback icon, a popup appears with a choice tip. while in the second attempt of resubmitting MRQ feedback, when a user clicks on any item feedback icon after clicking on any choice and before submitting MRQ then a popup appears with an empty choice tip messages.

Please see the picture below for better understanding:
After this fix, the user will not see the container containing an empty choice tip.