Closed Bug 1058383 Opened 10 years ago Closed 10 years ago

Autocomplete the blocks and depends on fields

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

4.5.1
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1539271

People

(Reporter: justdave, Unassigned)

Details

It would be cool to autocomplete the blocks and depends-on fields and tokenize the field content once autocompleted.  The tokens would have the bug summary for the title attribute (if available) so you could see what bug it was if you moused over it. (I'm imagining the way Postbox and Zimbra both deal with recipients in their email compose windows - Mozillians also does it with your groups).  The autocomplete dropdown would also list bug summaries to help you pick the correct bug.

A really good data source for the initial autocomplete would be the last-visited data since we track that now (see bug 489028).  Grab the 200 most-recently-visited bugs, since you would most likely be setting a block or depends on something you're looked at recently) and populate your matches initially from that list, perhaps also substring matching on the summaries and not just on bug numbers.  Only start looking outside that list when you don't have anymore matches within it and the user typed a number, and the number of bugs that would be matched is under 100 (like all but two digits typed).
Summary: Autocomplete blocks and depends on → Autocomplete the blocks and depends on fields
The autocomplete list should be ordered in order of most-recently-visited as well, so the more recently you visited it, the closer to the top of the list it is if it matches.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.