Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] latest commit

Subject: COmanage Developers List

List archive

[comanage-dev] latest commit


Chronological Thread 
  • From: Arlen Johnson <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] latest commit
  • Date: Mon, 1 Aug 2016 13:06:52 -0400

My latest commit was primarily aimed at accessibility:
https://github.com/Internet2/comanage-registry/commit/b0ffec7122b7c597386bd5e0ab5b27f580e4bbe2

Mostly, this meant adding field labels when forms are editable to ensure automated WCAG 2.0 AAA compliance (a good first step).

On one occasion there was a form with a disabled select box that had an accompanying hidden field. I also noticed that this was done a number of times in plugins.  This won't validate because the Cake helpers were/are generating the same ID for both field elements (and as you know, IDs must be unique).  The solution is to replace the disabled select box with plain text display of the value while keeping the hidden field. 

I've updated app/View/CoProvisioningTargets/fields.inc in the last commit, and I'll probably look more at the plugins in the next round.  I just wanted to give you a heads up.

Arlen



  • [comanage-dev] latest commit, Arlen Johnson, 08/01/2016

Archive powered by MHonArc 2.6.19.

Top of Page