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

JS in search field #1

Open
jmatsushita opened this issue Jul 24, 2013 · 1 comment
Open

JS in search field #1

jmatsushita opened this issue Jul 24, 2013 · 1 comment

Comments

@jmatsushita
Copy link
Member

Hi Nicolas,

I noticed a few things with the Javascript on the Search box on the home page which are problematic from a usability standpoint:

  • When entering a single letter, like say "t" the autocomplete box quickly appears and disappears which doesn't allow enough time to select the proposed choices.
  • The same search box looses focus just a bit after typing which means that it doesn't keep the text input cursor leading to problems (if you make a pause in typing then hitting the back-delete button actually triggers the back button of the browser, or subsequent inputted text doesn't get displayed).

Can you look into it?

Jun

@ghost ghost assigned ipwa Jul 24, 2013
@ipwa
Copy link

ipwa commented Jul 24, 2013

This has to do with the automatic submit in views hacks. The search box looses focus because the form is being submitted so the active element is the hidden submit button and not the search box anymore.

I don't get the autocomplete box.

Will look into it.

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

2 participants