View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
08707Feature requestsAccessibilitypublic2014-03-01 13:37
Reporterw0928 Assigned ToDenisChenu  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
Summary08707: The main container form is not 508 compliant
Description

The main form which holds all of the questions when users complete the survey does not have a label associated with it. This breaks 508 compliance rules.

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2014-02-27 14:50

developer   ~28998

Can you test with 2.05 version and put a bug report for each '508' or RGA accessibility issue please.

w0928

w0928

2014-02-27 15:03

reporter   ~29001

I've tested with 2.05. It was actually the version I was using when I reported this issue. I had initially reported this issue as a bug but it was changed to a feature request. The only other 508 compliance issue I found, I reported in issue #80706: "Option, Other for multiple choice is not 508 compliant".

I will resubmit. Thanks.

DenisChenu

DenisChenu

2014-03-01 13:37

developer   ~29023

Bug reported and fixed :)

Related Changesets

LimeSurvey: master 3d1b9b3c

2014-02-28 13:56:08

DenisChenu

Details Diff
Fixed issue 08782: "Option 'Other'" for multiple choice is not 508 compliant
Dev: section 508 : All visible INPUT elements must have a label, either by using a linked or containing LABEL element, or by using the ALT or TITLE attribute. Buttons are considered to be self-labeling.
Dev: visibility:hidden + title get the 508
Dev: Add aria-hidden property when remove the visibility to be more ususable for browser with aria technologie
Affected Issues
08707, 08782
mod - application/helpers/qanda_helper.php Diff File

LimeSurvey: master 9fcd1dc7

2014-02-28 16:17:18

DenisChenu

Details Diff
Fixed issue 08783: The main container form is not 508 compliant
Dev: input id="runonce" are replaced by Expression manager function.
Affected Issues
08707, 08783
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

LimeSurvey: master e64ba23c

2014-03-01 10:23:28

DenisChenu

Details Diff
Dev: fix 3 section 508 little issue Affected Issues
08707
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

Issue History

Date Modified Username Field Change
2014-02-12 16:07 w0928 New Issue
2014-02-27 14:50 DenisChenu Note Added: 28998
2014-02-27 15:03 w0928 Note Added: 29001
2014-03-01 13:36 DenisChenu Changeset attached => LimeSurvey master e64ba23c
2014-03-01 13:36 DenisChenu Changeset attached => LimeSurvey master 9fcd1dc7
2014-03-01 13:36 DenisChenu Changeset attached => LimeSurvey master 3d1b9b3c
2014-03-01 13:37 DenisChenu Note Added: 29023
2014-03-01 13:37 DenisChenu Status new => closed
2014-03-01 13:37 DenisChenu Assigned To => DenisChenu
2014-03-01 13:37 DenisChenu Resolution open => fixed
2014-03-01 13:37 DenisChenu Fixed in Version => 2.05+