Closed tyfeather closed 3 months ago
+1 I also experience the same issue.
Experiencing the same issue. Hard to add new feedback to a blurred textbox in Collect.
This appears on a retro that was created about a month ago in early June, with the option, as well as newly created retros with that option.
It's also happening on on-prem Azure DevOps
+1 same issue. Also, it appears to be linked to the "Do not display names in feedback" option.
My team is seeing this behaviour as well. This week is the first time we noticed it, since our last Retros were two weeks ago. It was fine two weeks ago, as far as I know..
I suspect it's related to
https://github.com/microsoft/vsts-extension-retrospectives/pull/772
The frontend decides whether to blur or not thus:
const hideFeedbackItems = this.props.hideFeedbackItems && (this.props.userIdRef !== getUserIdentity().id);
Describe the bug When the 'obscure feedback' setting is enabled, users are unable to edit their feedback once submitted and their submitted feedback is also blurred as if it were another user's.
Are you using the Retrospectives Tool on-prem? [ ] Yes [x] No
If Yes, what version of the extension?
To Reproduce Steps to reproduce the behavior:
Expected behavior Users should not see their own feedback blurred and they should be able to edit/adjust after submitted.
Screenshots If applicable, add screenshots to help explain your problem. If you have any developer console information that feels relevant, that is also helpful!
What screen type are you seeing this on ? [x] Desktop [ ] Mobile
Additional context Add any other context about the problem here.