You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From feedback by blind and partially sighted users:
Error notifications wouldn’t explain what the error actually was, but rely on the user to scroll and find the red highlighted box
Describe the solution you'd like
We could change the error banner to have a button to "Jump to the first error"? This would alleviate some of those difficulties while being heavily compatible with existing error management components.
I think "Jump to the first error" would be a good fit for Wagtail as it alleviates the problems described here until auto-save happens without requiring a lot of work. And once auto-save is implemented, it will remain useful for CMS forms that don’t have it set up.
Working on this
Anyone can contribute to this. View our contributing guidelines, add a comment to the issue once you’re ready to start.
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
From feedback by blind and partially sighted users:
Describe the solution you'd like
We could change the error banner to have a button to "Jump to the first error"? This would alleviate some of those difficulties while being heavily compatible with existing error management components.
Current UI for reference:
Describe alternatives you've considered
It seems to me like more fleshed-out error summaries are incompatible with the "auto-save" interaction model, and our "minimap" jump-menu component does provide a way to avoid scrolling through the page.
I think "Jump to the first error" would be a good fit for Wagtail as it alleviates the problems described here until auto-save happens without requiring a lot of work. And once auto-save is implemented, it will remain useful for CMS forms that don’t have it set up.
Working on this
Anyone can contribute to this. View our contributing guidelines, add a comment to the issue once you’re ready to start.
The text was updated successfully, but these errors were encountered: