Dotclear

Ticket #932 (closed defect: fixed)

Opened 15 years ago

Last modified 12 years ago

Fieldsets on user rights pane should have left and right borders

Reported by: pascalc Owned by: LDenis
Priority: normal Milestone: 2.4
Component: refonte:atag Version:
Severity: normal Keywords:
Cc: laurent.denis@…

Description

Page:

admin/user.php?id=NAME

On this page, the fieldsets only have top and bottom borders making it difficult to see what fields belong to which fieldset. You can also notice that above the "votre mot de passe" filed, there are 2 lines, I initially thought that it was two <hr> elements put there but mistake until I looked at the code and saw that the first line was the 1st fieldset bottom border and the second line was the 2nd fieldset top border.

This CSS rule is defined in default.css:

fieldset {

display : block; margin : 0 0 1em 0; padding : 1em 0.5em; border-width : 1px 0; border-style: solid; border-color: #ccc; background: #fbfbfb;

}

the border-width should be :

border-width : 1px;

Change History

comment:1 Changed 15 years ago by pascalc

You can see before/after screenshots here:

BEFORE:  http://chevrel.org/temp/bugs-dotclear/1.png

AFTER:  http://chevrel.org/temp/bugs-dotclear/2.png

comment:2 Changed 15 years ago by bruno

  • Milestone changed from 2.2 to 2.3

comment:3 Changed 15 years ago by kozlika

  • Owner changed from team to LDenis
  • Priority changed from low to normal
  • Version 2.1 deleted
  • Component changed from module:ergo to refonte:atag
  • Milestone changed from 2.3 to Refonte admin

Le design des pages de l'admin est revu dans la refonte et l'expertise accessibilité porte également sur la clarté du zonage. On garde sous le coude pour s'en assurer mais en principe ce ticket sera "invalid" (enfin j'espère !) sur la nouvelle version.

comment:4 Changed 15 years ago by LDenis

  • Status changed from new to assigned

A vrai dire, l'usage de FIELDSET LEGEND devra certainement être fortement revu à la baisse, pour les réserver aux cas bien spécifique où une information commune à plusieurs champs (la LEGEND) est effectivement requise : l'abus de FIELDSET LEGEND peut en en effet rendre les formulaires inutilement verbeux et même pénible à consulter dans un lecteur d'écran, où la LEGEND sera répétée systématiquement avant chaque étiquette de champ.

Dans la page admin/user.php?id=NAME , il n'y a en fait aucun besoin d'utiliser FIELDSET LEGEND (ce qui n'empêche pas de simuler un rendu proche avec des titres Hn, plus profitables dans ce cas.

comment:5 Changed 15 years ago by LDenis

  • Cc laurent.denis@… added

comment:6 Changed 15 years ago by LDenis

  • Status changed from assigned to new

comment:7 Changed 15 years ago by LDenis

  • Status changed from new to assigned

comment:8 Changed 14 years ago by bruno

Toujours d'actualité ?

comment:9 Changed 14 years ago by kozlika

Une partie des fieldsets va disparaître (cf le message de Laurent). Pour ceux qui resteront c'est à voir. Laissons-le ouvert pour le moment, ça ne mange pas de pain et nous permettra de ne pas oublier de vérifier.

comment:10 Changed 14 years ago by kozlika

  • Status changed from assigned to closed
  • Resolution set to fixed

Les différentes modifs opérées sur les formulaires pour la 2.4 me semblent ne plus justifier ce ticket. A rouvrir si d'aucuns sont encore gênés par la présentation.

comment:11 Changed 12 years ago by franck

  • Milestone changed from Refonte admin to 2.4
Note: See TracTickets for help on using tickets.

Sites map