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: Term that appears in autocomplete gets chosen if a user hits enter #40

Closed
eaquigley opened this issue Jul 9, 2014 · 3 comments
Assignees
Labels
Type: Bug a defect

Comments

@eaquigley
Copy link
Contributor


Author Name: Elizabeth Quigley (@eaquigley)
Original Redmine Issue: 3447, https://redmine.hmdc.harvard.edu/issues/3447
Original Date: 2014-01-28
Original Assignee: Kevin Condon


Term that appears in autocomplete gets chosen if a user hits enter thus overwriting the search they are trying to do. Follow Google process of: user begins typing in a search term, autocomplete results appear, use arrow keys to pick autocomplete, then hit enter.

Also: (TODO: autocomplete on dataset titles, typing "data" and hitting enter in autocomplete does a search for data.tsv... generally buggy...)

As of 2014-02-10 AutoCompleteBean operates on SearchFields.NAME so it autocompletes on anything indexed with SearchFields.NAME which is dataverse.getName() and dataFile.getName(). We probably want to change this. (At least autocomplete on dataset titles and maybe no longer autocomplete on filenames.)


Related issue(s): #108
Redmine related issue(s): 3517


@eaquigley
Copy link
Contributor Author


Original Redmine Comment
Author Name: Philip Durbin (@pdurbin)
Original Date: 2014-03-02T12:31:04Z


"Remove autocomplete for next round of usability testing since it is still buggy" -- https://docs.google.com/a/harvard.edu/document/d/1otE4k1kWn87ya9vytxPNanZIvmdDPejqbPqrvJWwdNE/edit?usp=sharing

@eaquigley
Copy link
Contributor Author


Original Redmine Comment
Author Name: Philip Durbin (@pdurbin)
Original Date: 2014-03-04T00:54:30Z


Disabled autocomplete in commit 83e8705.

@eaquigley
Copy link
Contributor Author


Original Redmine Comment
Author Name: Kevin Condon (@kcondon)
Original Date: 2014-03-04T18:49:38Z


Tested on 3/14

Autocomplete disabled.

Closing ticket

@eaquigley eaquigley added this to the Dataverse 4.0: Beta 1 milestone Jul 9, 2014
lubitchv referenced this issue in lubitchv/dataverse May 2, 2019
djbrooke pushed a commit that referenced this issue Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants