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

[Nouveau formulaire][Accessibilité] L'élément label n'est pas associé au champ #2147

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

hmeneuvrier
Copy link
Collaborator

@hmeneuvrier hmeneuvrier commented Jan 29, 2024

Ticket

#2101

Description

Correction des labels des éléments de formulaires

Changements apportés

  • Correction des labels des éléments de formulaires dans plusieurs composants
  • Correction du slug d'un DesordrePrecision

Pré-requis

Tests

  • Faire un signalement avec le nouveau formulaire en essayant de passer par tous les types de composants possibles
  • Vérifier qu'il n'y a pas d'alerte dans l'inspecteur sur les labels de formulaire
  • Vérifier l'affichage du signalement

Copy link

sonarcloud bot commented Jan 29, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -1,6 +1,6 @@
<template>
<div :class="[ customCss, 'signalement-form-roomlist' ]" :id="id">
<label class="fr-label" :for="id">{{ label }}</label>
<label class="fr-label" :for="idPieceAVivre+'_check'">{{ label }}</label>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne suis pas convaincue par ce choix car la checkbox piece à vivre peut être cachée si l'usager a dit précédemment qu'il n'avait pas de pièce à vivre. Mais c'est la même chose pour cuisine et salle de bain...
Si vous avez une meilleure idée, je suis preneuse

@@ -261,7 +261,7 @@ desordre_precision:
is_danger: 1
label: "Mur porteur fissuré : ne sait pas"
qualification: ['NON_DECENCE', 'RSD', 'MISE_EN_SECURITE_PERIL']
desordre_precision_slug: "desordres_batiment_securite_murs_fissures_details_mur_porteur_non"
desordre_precision_slug: "desordres_batiment_securite_murs_fissures_details_mur_porteur_nsp"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rien à voir avec la PR, mais je m'en suis aperçue en testant donc autant corriger

Copy link
Collaborator

@emilschn emilschn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok test et lecture

Copy link
Collaborator

@numew numew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test et relecture OK

@numew numew merged commit f0ca5ce into develop Jan 30, 2024
3 checks passed
@hmeneuvrier hmeneuvrier deleted the bugfix/2101-nouveau-formulaire-accessibilite-label branch January 30, 2024 14:17
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.

[Nouveau formulaire][Accessibilité] L'élément label n'est pas associé au champ
3 participants