Bug Tracker

Show
Ignore:
Timestamp:
04/27/08 20:37:15 (9 months ago)
Author:
joern.zaefferer
Message:

autocomplete: more todos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/autocomplete/todo

    r5335 r5336  
    22TODO 
    33 
     4- test formatItem implementation that returns (clickable) anchors 
     5- bug: handle del key; eg. type a letter, remove it using del, type same letter again: nothing happens 
    46- handle up/down keys in textarea (prevent default while select is open?) 
    57- docs: max:0 works, too, "removing" it(??) 
     
    1113- fix keyhandling to ignore metakeys, eg. shift; especially important for chinese characters that need more then one key 
    1214- enhance mustMatch: provide event/callback when a value gets deleted 
    13 - handle tab key different then enter, eg. don't blur field or prevent default, just let it move on 
     15- handle tab key different then enter, eg. don't blur field or prevent default, just let it move on; in any case, no need to blur the field when selecting a value via tab, unlike return 
    1416- prevent redundant requests on 
    1517  - superstring returned no result, no need to query again for substring, eg. pete returned nothing, peter won't either