[Dojo-checkins] [dojo] #11486: TimeTextBox: filtering not working when drop down opened after typing

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


#11486: TimeTextBox: filtering not working when drop down opened after typing
--------------------+-------------------------------------------------------
 Reporter:  bill    |        Owner:        
     Type:  defect  |       Status:  closed
 Priority:  normal  |    Milestone:  tbd   
Component:  Dijit   |      Version:  1.5   
 Severity:  normal  |   Resolution:  fixed 
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by bill):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (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/11486#comment:1>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list