#58 √ invalid
Dmitry

Ajax.Autocompleter key tab press problem

Reported by Dmitry | July 29th, 2008 @ 03:12 PM

Hello,

I'm using scriptaculous 1.7.0 with prototype 1.5.0 and see the strange behavior after pressing tab key so that to move to next form element: it's as same as if I press enter key to select found entry.

There is the next source in contorls.js file in onKeyPress function:

case Event.KEY_TAB:

case Event.KEY_RETURN:

this.selectEntry();

Event.stop(event);

The same source is in scriptaculous 1.8.1

So the question is whether it was made on purpose or not?

Thank you in advance.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.

Source available from github
The Git repository resides at:
http://github.com/madrobby/scriptaculous

Check out the current development trunk with:
git clone git://github.com/madrobby/scriptaculous.git

As script.aculo.us 1.xx is feature-frozen, this development trunk is for bugfixes only.

New development should happen only for
script.aculo.us 2.

Creating a bug report
When creating a bug report, be sure to include as much relevant information as possible. Post a an example that shows off the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.

People watching this ticket