Skip to content
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

[#12666] Instructor's Student Records Page: Moderate response button (on panel) #12964

Merged
merged 4 commits into from
Apr 18, 2024

Conversation

eraysozer20
Copy link
Contributor

Fixes #12666

Outline of Solution
1- Moderate Response on Open Panel

image
On the feedback session records, when moderate response button is clicked while the panel is open, instead of leading the user to the moderate response link it was collapsing the panel. This was happening because the click event was propagating to the collapse button. To fix it I added (click)="$event.stopPropagation() to the tm-response-moderation-button in the teammates\src\web\app\components\question-responses\grq-rgq-view-responses\grq-rgq-view-responses.component.html file. This stopped it from propagating to the collapse button.

2- Moderate Response button not clickable in Screen Reader mode

Narrator.mp4

In the video above, I managed to click on the moderate response button using screen reader. However, this wasn't due to my fix since I was able to do it before fixing the issue.

eraysozer20 and others added 2 commits March 28, 2024 23:56
Added a propagation stop to the moderate response button
Copy link
Contributor

@mingyuanc mingyuanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cedricongjh cedricongjh added the s.FinalReview The PR is ready for final review label Apr 9, 2024
@cedricongjh cedricongjh requested a review from weiquu April 9, 2024 13:12
Copy link
Contributor

@weiquu weiquu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@weiquu weiquu added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.FinalReview The PR is ready for final review labels Apr 18, 2024
@weiquu weiquu merged commit 6fe8c8d into TEAMMATES:master Apr 18, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instructor's Student Records Page: Moderate response button (on panel)
4 participants