Weekly Patch - May 3, 2026
Feedback
Comments Section Now Loads Reliably on Feedback Views
What we fixed: The comments section on a feedback view could intermittently fail to appear, throw an error, or show the wrong page content after a refresh. It was an elusive one, but we tracked it down and got it sorted.
See it in action:
- Navigate to a feedback view.
- Refresh the page.
- The feedback comments section now loads correctly — no errors or wrong page content.
Project Homepage
Homepage Load Times Improved for Large Projects
What we fixed: If your project had a lot of users, feedback types, and submissions, the homepage could get sluggish or even time out before it finished loading. The query behind feedback button counts was doing far more work than it needed to. We rebuilt it to fetch only what the page actually uses.
See it in action:
- Navigate to the project homepage for a project with large numbers of users, feedback types, and submissions.
- The page now loads quickly instead of lagging or timing out. 🎉
Form Engine & Custom Surveys
Screen Readers Now Correctly Announce Rating-Scale Choice Labels
What we fixed: VoiceOver and other screen readers were having a rough time with rating-scale choices in surveys. Labels were showing up garbled, unlabeled, or nested inside confusing groups, which made forms genuinely difficult to navigate with assistive technology. We dug into how each choice was being announced and corrected the labeling and grouping across the board.
See it in action:
- Navigate to a survey containing rating-scale choices.
- Use VoiceOver or another assistive technology to navigate those choices.
- Labels are now read correctly instead of being announced as unlabeled or grouped incorrectly. 🎉
User Accounts
SSO Account Creation No Longer Blocked by Display Name Setting
What we fixed: When Disable display name change was enabled in Community > User account settings, users creating an account for the first time through SSO could get stuck mid-setup and couldn't complete account creation. We've fixed the SSO path so new users can set a display name and get through setup without hitting a wall.
See it in action:
- Enable Disable display name change in Community > User account settings.
- Have a user create an account via SSO.
- The user can now set a valid display name to complete account creation.
Cleared Usernames Can Now Be Updated When Display Name Lock Is On
What we fixed: The Disable display name change setting is meant to stop users from swapping out a username they already have — not to block users who don't have one at all. But if an admin had cleared a user's username, that user would hit a confusing validation error when trying to set a new one. We've tightened up the logic so the lock only applies when a username already exists.
See it in action:
- Enable Disable display name change in Community > User account settings.
- Clear a user's username as an admin.
- Have the user attempt to set a new username.
- The validation now allows the new username to be saved. 🎉