Merge lp://staging/~beuno/loggerhead/bzr-search_integration into lp://staging/loggerhead
Proposed by
Robert Collins
Status: | Merged |
---|---|
Merge reported by: | Martin Albisetti |
Merged at revision: | 182 |
Proposed branch: | lp://staging/~beuno/loggerhead/bzr-search_integration |
Merge into: | lp://staging/loggerhead |
To merge this branch: | bzr merge lp://staging/~beuno/loggerhead/bzr-search_integration |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Albisetti | Approve | ||
Review via email: mp+480@code.staging.launchpad.net |
To post a comment you must log in.
So, sorry for taking such a very long time to get to this.
I have a few comments, mostly cosmetic:
The change in size/layout of the suggestions div when it goes from "Loading..." to the suggestions is a bit disconcerting.
The padding on the suggestions box seems excessive -- what I think would be ideal is the left edge of the suggestions lined up with the left edge of the text in the box you are typing in.
Things get a little silly when the list of suggestions is very long -- the suggestions div is way way longer than the page.
Shouldn't the selection box disappear when the search field is un-focused?
Is it easily possible to allow the use of the keyboard for selecting suggestions?
It's pretty hard to see why the results that are returned are returned and also the order is a bit incomprehensible.
Some of these (particularly the last two) can be done after the code has landed. But let's have a talk about the various points before that happens.
The code is all fine at least :)