Skip to content

Autocomplete: Bug #7639 - Added an option for not activating the autocomplete menu with arrow keys #445

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

Closed
wants to merge 4 commits into from

Conversation

meh-uk
Copy link

@meh-uk meh-uk commented Aug 29, 2011

Autocomplete: Added an option for not activating the autocomplete menu with the arrow keys. Fixed #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.

This bug should be fixed, and it includes appropriate unit tests as well.

…u with the arrow keys. Fixed #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
@meh-uk
Copy link
Author

meh-uk commented Oct 17, 2011

Any progress?

@scottgonzalez
Copy link
Member

After some discussion, we've decided that it's probably better to automatically determine whether the arrow keys should activate the menu. If the element is a textarea or is contenteditable, then the arrow keys should not activate the menu. Can you update the pull request to detect this and remove the option? Thanks.

@meh-uk
Copy link
Author

meh-uk commented Nov 20, 2011

I was going to try and take a look this weekend, but I completely forgot. I'll try and take a look this week, or next weekend.

Matthew Hutton and others added 3 commits November 21, 2011 18:02
…rrows don't activate menu in textarea/contenteditable. Fixed #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
@meh-uk
Copy link
Author

meh-uk commented Nov 27, 2011

OK I've updated the pull request so that text area's and contenteditable elements no longer activate the menu.

@scottgonzalez
Copy link
Member

Thanks, landed in 06f6fa8 with a performance update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants