Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete search results are unattractive (or invisible, take your pick) #704

Closed
boutell opened this issue Oct 17, 2016 · 0 comments
Closed

Comments

@boutell
Copy link
Member

boutell commented Oct 17, 2016

Autocomplete results were like this:

https://dl.dropboxusercontent.com/spa/jfyjetktfp495r1/0tu16let.png

(Note green bar indicating top result which is off the screen)

... In cases where the jquery autocomplete "flip" mode pushes up rather than down to avoid banging into the bottom of the screen, which would make results inaccessible. In general they are very generously padded and so even on very nice retina macbook pros you come very close to running out of screen space to read them.

We changed them to be like this:

https://dl.dropboxusercontent.com/spa/jfyjetktfp495r1/xav1pqkk.png

This fixes the functional problem, but at a cost in readability and attractiveness.

Ponder whether there's a better answer. Should we offer scrolling within the results? In any case, the best result should definitely be on the screen initially and easy to choose (which got a bit less true with the "flip" feature).

There may also be other possibilities for page pickers that go beyond autocomplete search, but we definitely need a robust answer based on autocomplete for pieces at a minimum.

boutell pushed a commit that referenced this issue Oct 17, 2016
…e if the list gets flipped to avoid the bottom of the screen. There is a cost in readability, see #704
boutell pushed a commit that referenced this issue Oct 17, 2016
* The quality of the autocomplete search results shown when selecting pages or pieces via a join was low. This has been corrected by calling the `.sort('search')` filter to sort by search result quality rather than the default sort order for the doc type manager in question.
* All of the autocomplete suggestions fit on the screen on reasonably sized displays. With the recent addition of the "flip" feature to push the suggestions up rather than down if the bottom of the screen would otherwise be reached, this is critical to show the first and best suggestion. Further discussion for future UX improvement in [issue 704](#704).
@boutell boutell closed this as completed Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant