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

add the scrollTop position to high_top #1201

Closed
wants to merge 1 commit into from

Conversation

jeslopalo
Copy link

When I attempt to scroll with the mouse wheel causes the list to jump to the top (only in prototype version).

This change fixes the problem for me.

When I attempt to scroll with the mouse wheel causes the list to jump to the top (only in prototype version). 

This change fixes the problem for me.
@stof
Copy link
Collaborator

stof commented May 9, 2013

Please read the contributing section of the readme: Chosen is written in CoffeeScript. the JS files are generated by the CoffeeScript compiler. So doing a change in them is wrong. It would be lost on the next compilation. You need to apply the change in the source instead.

@pfiller
Copy link
Contributor

pfiller commented May 14, 2013

Thanks @jeslopalo. As @stof mentioned, changes have to be made in CoffeeScript as well. This seems important so I've gone ahead and made a new PR doing just that: #1213

Thanks again

@pfiller pfiller closed this May 14, 2013
@jeslopalo
Copy link
Author

Thanks @stof and @pfiller!

... and sorry for the delay! I didn't read this before.

I will read the contributing section carefully and learn some coffescript in order to help better the next time.

Thanks again for the good work!

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

Successfully merging this pull request may close these issues.

3 participants