[Dojo-checkins] [dojo] #6416: _DateTimeTextBox: better a11y

dojo trac at dojotoolkit.org
Tue Jul 27 01:22:32 EDT 2010


#6416: _DateTimeTextBox: better a11y
-----------------------+----------------------------------------------------
 Reporter:  toonetown  |        Owner:  bill  
     Type:  defect     |       Status:  closed
 Priority:  normal     |    Milestone:  1.6   
Component:  Dijit      |      Version:  1.1.0 
 Severity:  normal     |   Resolution:  fixed 
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by bill):

 (In [22580]) Various [stop gap] fixes to !TimeTextBox, although still
 wondering about full rewrite as per #7631, or replacing custom scrolling
 with native scrollbar like !ComboBox has.   Fixes include:

         - limit drop down to 10 entries so that (in the majority of cases)
 it won't overlap the <input> box (fixes #8387)
         - same as !ComboBox, make typing automatically open the dropdown,
 and once the user has started typing or backspacing the dropdown list is
 filtered by what's in the <input> (fixes #11486)
         - fix recently introduced problem (with _HasDropDown conversion of
 _DateTimeTextBox, refs #6416) where drop down becomes detached from
 <input> when it appears above the input and then user types text to
 further filter the values shown
         - add more tests for !TimeTextBox; they previous tests were very
 sparse; tests include check of current filtering sort order (refs #11485)

 !strict as usual.

-- 
Ticket URL: </ticket/6416#comment:26>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list