[ ] Make autocomplete options re-position on the screen automatically: If the input field being autocompleted is near the bottom of the screen, show autocomplete options above the field, not just below it.
[ ] Use ... to show the continuation of longer names in autocomplete. Currently one name wraps to multiple lines, appearing at a glance to be two separate names.
[X] Allow editing in autocomplete inputs: Currently if users click earlier in the "input" to make an edit, the cursor doesn't let them edit the middle of the string -- it sends them back to the end of the input field. (Now filed as separate bug #335 -Karl)
...
to show the continuation of longer names in autocomplete. Currently one name wraps to multiple lines, appearing at a glance to be two separate names.