[WG: Accessibility] Accessibility] Accessibility] Datepicker question

Neal Caidin neal.caidin at apereo.org
Mon Mar 3 12:11:22 PST 2014


Hi Rich,

Thanks!

Are you saying that Sakai is using the same type of datepicker and you 
think it might be a simple configuration for us to make this work? Or 
just that, we might need to fix it in Sakai, and you would anticipate it 
would be a relatively easy fix?

Cheers,
Neal


> Rich Caloggero <mailto:rjc at MIT.EDU>
> March 3, 2014 at 3:06 PM
> http://www.mit.edu/~rjc/aria/datepicker.html 
> <http://www.mit.edu/%7Erjc/aria/datepicker.html>
> THis demo allows typing over the date field. You need to use option 
> onSHow = “button” when you call jQueryUI’s datepicker and then in 
> keydown handler be sure that you disable arrow keys from grabbing a 
> date if the calendar is closed.
> I’m sure this functionality could be built into Sakai’s widgit.
> -- Rich
> *From:* Kent Fitzgerald <mailto:kentfitz at umich.edu>
> *Sent:* Monday, March 03, 2014 1:04 PM
> *To:* Rich Caloggero <mailto:rjc at mit.edu>
> *Cc:* Matt Clare <mailto:Matt.Clare at brocku.ca> ; Gonzalo Silverio 
> <mailto:gsilver at umich.edu> ; Humbert, Joseph A 
> <mailto:johumber at iu.edu> ; accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>
> *Subject:* Re: [WG: Accessibility] Accessibility] Datepicker question
> To circle back to this. Is my read correct that the sliders *do* 
> remain an accessibility issue? It looks like in Chrome I can type over 
> the contents of the text field so that seems like it might be a 
> workaround. In Firefox 24.3 I can’t edit those text fields at all.
> Perhaps it’s just a settings issue.
> If this is an issue, does it need to be fixed for the Sakai10 release?
> Thanks!
> -Kent
>
>
> _______________________________________________
> accessibility mailing list
> accessibility at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/accessibility
>
> TO UNSUBSCRIBE: send email to 
> accessibility-unsubscribe at collab.sakaiproject.org with a subject of 
> "unsubscribe"
> Kent Fitzgerald <mailto:kentfitz at umich.edu>
> March 3, 2014 at 1:04 PM
> To circle back to this. Is my read correct that the sliders *do* 
> remain an accessibility issue? It looks like in Chrome I can type over 
> the contents of the text field so that seems like it might be a 
> workaround. In Firefox 24.3 I can’t edit those text fields at all.
> Perhaps it’s just a settings issue.
>
> If this is an issue, does it need to be fixed for the Sakai10 release?
>
> Thanks!
> -Kent
>
>
>
> _______________________________________________
> accessibility mailing list
> accessibility at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/accessibility
>
> TO UNSUBSCRIBE: send email to 
> accessibility-unsubscribe at collab.sakaiproject.org with a subject of 
> "unsubscribe"
> Rich Caloggero <mailto:rjc at MIT.EDU>
> February 27, 2014 at 3:50 PM
> http://www.mit.edu/~rjc/aria/datepicker.html 
> <http://www.mit.edu/%7Erjc/aria/datepicker.html>
> This more-or-less works.
> It uses the scheme presented in this article:
> http://www.deque.com/accessible-jquery-ui-datepicker
> I played around for a long time with jQueryUI trying to provide access 
> directly to the calendar table, however things never seemed to work 
> out correctly.  The article referenced above was an aha moment for me 
> - jQueryUI already has keyboard control, so why not use it!  In a 
> keydown handler I just grab the currently highlighted item via css 
> class and extract the info then use the date picker's formatDate 
> method to provide a consistent string which I send to a live region to 
> be spoken by the screen reader.
> The date field is wrapped in  a div with role=”application”; this 
> allows arrow keys to be passed to the datepicker widgit more easily.  
> You can type a date in the field, or just press one of the four arrows 
> and hear the date change; press enter when done.
> The keyboard handler listens for control+arrows and updates live 
> region with a date string (including day) which corresponds to the 
> highlighted cell in calendar.  Typically this live region would be 
> hidden from sighted users.
> The other set of keys (bare arrow keys) are handled and simply trigger 
> their corresponding control+arrow counterparts. This is done because 
> Jaws, for some reason, always pops you out of the text field when 
> control+up or control+down is pressed.
> I should do something when enter is pressed; right now nothing 
> happens, so the user won’t know something got selected.
> I should hide the live region (message area).
> Comments/questions?
> -- Rich Calogger, MIT ATIC
> *From:* Matt Clare <mailto:Matt.Clare at BrockU.CA>
> *Sent:* Thursday, February 27, 2014 2:27 PM
> *To:* Gonzalo Silverio <mailto:gsilver at umich.edu> ; Humbert, Joseph A 
> <mailto:johumber at iu.edu>
> *Cc:* accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>
> *Subject:* Re: [WG: Accessibility] Datepicker question
> A quick check matches Gonzalo's experience.
> Just to clarify, Message Center/Forums, Assignments & Polls also use 
> this picker too.  They all have single input box dates that must be in 
> a specific format that they in some cases provide an example of, but 
> no instructions for.
> Resources, Samigo use a new-window picker called the "Tigra Calendar" 
> which is a not-very accessible picker but they use a discrete form 
> item for each element (one for day, one for month…) which ensures 
> users don't need to use that one.
> Gradebook and Signup use yet another, Apache MyFaces Calendar, which 
> is really inaccessible, but the form items are either discrete (one 
> for day, one for month….) or the label has an example.
> I really don't know what someone using an alternative interface would 
> prefer.  Discrete form controls are well supported and familiar, but 
> the single form item and date picker itself have obvious expediences 
> for most users.  Just as obvious is the value in harmonizing here, but 
> again, around which model?
> I'd love to hear comments,
> .\.\att
> Matt Clare
> Manager, eLearning
> Centre for Pedagogical Innovation
> Part-time Instructor
> Interactive Arts and Sciences
> Brock University, Niagara Region, Ontario, Canada
> http://brocku.ca/pedagogical-innovation    905 688 5550 xt 4539   
> Office: SBH321
> From: Gonzalo Silverio <gsilver at umich.edu <mailto:gsilver at umich.edu>>
> Date: Thursday, February 27, 2014 at 1:47 PM
> To: "Humbert, Joseph A" <johumber at iu.edu <mailto:johumber at iu.edu>>
> Cc: "accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>" 
> <accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>>
> Subject: Re: [WG: Accessibility] Datepicker question
> Latest checkins are from January. Not sure if these have changed it in 
> the essentials. An update: the slider for picking a time is not 
> keyboard accessible, AFAIK.  Cannot pass focus to it and use keys to 
> increment or decrement.
>   -Gonzalo
>
>
>
>
> -- 
> - Gonzalo
>
> ------------------------------------------------------------------------
> _______________________________________________
> accessibility mailing list
> accessibility at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/accessibility
>
> TO UNSUBSCRIBE: send email to 
> accessibility-unsubscribe at collab.sakaiproject.org with a subject of 
> "unsubscribe"
> _______________________________________________
> accessibility mailing list
> accessibility at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/accessibility
>
> TO UNSUBSCRIBE: send email to 
> accessibility-unsubscribe at collab.sakaiproject.org with a subject of 
> "unsubscribe"
> Matt Clare <mailto:Matt.Clare at BrockU.CA>
> February 27, 2014 at 2:27 PM
> A quick check matches Gonzalo's experience.
>
> Just to clarify, Message Center/Forums, Assignments & Polls also use 
> this picker too.  They all have single input box dates that must be in 
> a specific format that they in some cases provide an example of, but 
> no instructions for.
>
> Resources, Samigo use a new-window picker called the "Tigra Calendar" 
> which is a not-very accessible picker but they use a discrete form 
> item for each element (one for day, one for month…) which ensures 
> users don't need to use that one.
>
> Gradebook and Signup use yet another, Apache MyFaces Calendar, which 
> is really inaccessible, but the form items are either discrete (one 
> for day, one for month….) or the label has an example.
>
>
> I really don't know what someone using an alternative interface would 
> prefer.  Discrete form controls are well supported and familiar, but 
> the single form item and date picker itself have obvious expediences 
> for most users.  Just as obvious is the value in harmonizing here, but 
> again, around which model?
>
> I'd love to hear comments,
>
> .\.\att
>
> Matt Clare
> Manager, eLearning
>  Centre for Pedagogical Innovation
> Part-time Instructor
>  Interactive Arts and Sciences
> Brock University, Niagara Region, Ontario, Canada
> http://brocku.ca/pedagogical-innovation    905 688 5550 xt 4539   
> Office: SBH321
>
> From: Gonzalo Silverio <gsilver at umich.edu <mailto:gsilver at umich.edu>>
> Date: Thursday, February 27, 2014 at 1:47 PM
> To: "Humbert, Joseph A" <johumber at iu.edu <mailto:johumber at iu.edu>>
> Cc: "accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>" 
> <accessibility at collab.sakaiproject.org 
> <mailto:accessibility at collab.sakaiproject.org>>
> Subject: Re: [WG: Accessibility] Datepicker question
>
> Latest checkins are from January. Not sure if these have changed it in 
> the essentials. An update: the slider for picking a time is not 
> keyboard accessible, AFAIK.  Cannot pass focus to it and use keys to 
> increment or decrement.
>
>   -Gonzalo
>
>
>
>
>
> -- 
> - Gonzalo
> _______________________________________________
> accessibility mailing list
> accessibility at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/accessibility
>
> TO UNSUBSCRIBE: send email to 
> accessibility-unsubscribe at collab.sakaiproject.org with a subject of 
> "unsubscribe"

-- 
Neal Caidin
Sakai Community Coordinator
Apereo Foundation
neal.caidin at apereo.org
Skype me! (but let me know in advance for the first interaction) - nealkdin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/accessibility/attachments/20140303/0404ad69/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compose-unknown-contact.jpg
Type: image/jpeg
Size: 770 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/accessibility/attachments/20140303/0404ad69/attachment-0001.jpg 


More information about the accessibility mailing list