This is actually a bug that would have to get fixed in Roundup.
If you know JavaScript, this would be pretty easy.
http://docs.jquery.com/Plugins/autocomplete shows the kind of thing that jQuery
can do with autocomplete.
A few hours' exploration of the Roundup code should let you figure out how to ask
Roundup to generate a JSON list of the users for the nosy list, and then you can
query that from a small bit of jQuery.
This would be great, but keep in mind that it's not a bug in the main OpenHatch
code, but in Roundup. If you want to hack on it, we will still do our best to
mentor you!
|