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

RTL scrolling issue #1967

Closed
eugenem opened this issue Jun 14, 2014 · 4 comments
Closed

RTL scrolling issue #1967

eugenem opened this issue Jun 14, 2014 · 4 comments

Comments

@eugenem
Copy link

eugenem commented Jun 14, 2014

I've got strange issue with FF 30 and IE (9-11): when I've got long select (few dozen items) and RTL orientation, scrolling by mouse wheel doesn't work at all. I have to manually drag the scrollbar. You can check it here: http://mednikov.info/lawdata/search_psikim.html

Your sample page is working even with long RTL select. The only thing I do is:

$('.main select').chosen( {
    disable_search: true
});

And some CSS customizations, which I don't see how could be related...

@pfiller
Copy link
Contributor

pfiller commented Jun 25, 2014

If the sample page is working in the same browsers, it seems pretty likely that there is some kind of conflict on your page. Can you open a fiddle or share a demo page with the reproducible issue? Re-open if you can!

@pfiller pfiller closed this as completed Jun 25, 2014
@eugenem
Copy link
Author

eugenem commented Jun 25, 2014

there is the link: http://mednikov.info/lawdata/search_psikim.html
just try to open any select in the last row

@eugenem
Copy link
Author

eugenem commented Jul 25, 2014

Any ideas? And I don't see how to reopen the issue.

@tjschuck tjschuck reopened this Jul 25, 2014
@pfiller
Copy link
Contributor

pfiller commented Jun 4, 2016

It's 2 years later, but I see your problem! You're being affected by #86. Your instance of Chosen is in a box with overflow:hidden turned on!

@pfiller pfiller closed this as completed Jun 4, 2016
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

3 participants