-
Notifications
You must be signed in to change notification settings - Fork 31
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
Validation: Move error message box to the bottom #100
Comments
@mrosvik This looks very nice, but I'm wondering about soft validation. There is a mechanism to show warnings. Should that be a completely separate thing or should we try to integrate it in this new design. |
Innspill fra @FinnurO: Mulig vi bør endre teksten fra "Du må fikse disse feilene før du kan gå videre" til "Du må rette disse feilene før du kan gå videre". |
@olemartinorg Is this the correct place for test feedback Screen reader test: Ok (VoiceOver on chrome) Smaller screens: Contrast In the design process we have overlooked a contrast issue when the green (Submit) button are visible on the last page of a application. The button contrast with the red background is to low and break with 1.4.11 Non-text Contrast I could not find an easy way out if this with the current design. It might be best if I create a new issue to work on how to solve this from our end? hover |
In addition to what @Febakke mention, the hover border should be black, 2px and cover borders of any extra links appearing in the message (so there is no double borders). (Talked with @olemartinorg about this) :) The contrast on buttons will be fixed when the latest design tokens are added to the button component. |
I looked into doing this in CSS, but it turns out to be a lot more hacky than I'd like. I looked into it, and with the changes in #372 I moved the code to render links in error messages, so after that is merged I can quite easily extend the function to remove rendering of links inside these error messages (only when shown in this bottom error report). That should solve the link issues without any hacks: |
Description
As a user I want to see why I can´t click "Next", so that I can complete the form.
Design
https://www.figma.com/file/Pvti3aRcOwH0k5Z7DrLznk/Arbeidsomr%C3%A5de%3A-Altinn-Studio-APPS?node-id=2545%3A50628
Development tasks
Test
Definition of done
The text was updated successfully, but these errors were encountered: