-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix keydown_arrow method in Prototype version.
- Loading branch information
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
64bbd19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
this fix does not work for me. I'm using the prototype version at its latest revision (master branch). Tested browsers are Firefox (v21.0) and Chromium (Version 25.0.1364.160 Ubuntu 13.04). I've also tried some older Chosen revisions, but the problem remains the same.
As long as the mouse does not touch the inner area of the select box, nothing happens. I can grab the scroll bar or use the mouse wheel normally (WHEN leaving the cursor over the scrollbar!). But the moment, the cursor hits a list element (select option), the list immediately jumps to its end.
I have uploaded a very simple example at http://www.socovero.de/chosen-scroll-bug/
64bbd19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @socovero. This is fixed in the latest master.