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

Accessibility improvement - Descriptive postcode field error message #4780

Conversation

robinmolen
Copy link
Contributor

Closes #4719

Changes

Providing postcode fields with descriptive error messages

Checklist

Check off the items that are completed or not relevant.

  • Impact on features

    • Checked copying a form
    • Checked import/export of a form
    • Config checks in the configuration overview admin page
    • Problem detection in the admin email digest is handled
  • Release management

    • I have labelled the PR as "needs-backport" accordingly
  • I have updated the translations assets (you do NOT need to provide translations)

    • Ran ./bin/makemessages_js.sh
    • Ran ./bin/compilemessages_js.sh
  • Commit hygiene

    • Commit messages refer to the relevant Github issue
    • Commit messages explain the "why" of change, not the how

@robinmolen robinmolen linked an issue Oct 22, 2024 that may be closed by this pull request
3 tasks
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.55%. Comparing base (7a6e0d3) to head (88716ad).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4780   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files         748      748           
  Lines       25413    25413           
  Branches     3358     3358           
=======================================
  Hits        24538    24538           
  Misses        610      610           
  Partials      265      265           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robinmolen robinmolen force-pushed the feature/4719-accessibility-improvement-invalid-postcode-message branch from baef18e to 7fe697d Compare November 7, 2024 14:18
robinmolen and others added 2 commits November 8, 2024 16:33
This caused the preset nested validate schema for components not to be
copied over properly, leading to some accessibility issues, but
probably a whole other set of problems.

I suspect an editor auto-complete thing messing things up, combined
with the object spread of undefined leading to an empty object rather
than crashing hard lead to this bug not being detected/reported in two
years.
@sergei-maertens sergei-maertens force-pushed the feature/4719-accessibility-improvement-invalid-postcode-message branch from 7fe697d to 88716ad Compare November 8, 2024 15:33
@sergei-maertens sergei-maertens merged commit 93b4cc5 into master Nov 8, 2024
32 checks passed
@sergei-maertens sergei-maertens deleted the feature/4719-accessibility-improvement-invalid-postcode-message branch November 8, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility improvements - Error and help messages
2 participants