-
Notifications
You must be signed in to change notification settings - Fork 630
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
Auto scroll with middle mouse button doesn't work anymore #299
Comments
I'm not sure I understand... Can you clarify what you mean by "auto scroll"?
You can't apply jScrollPane directly to a textarea. You would need to apply it to the containing element and make the text area grow to reflect the amount of content. I found an old blog post describing this approach here - although the example seems to be broken in Chrome the idea is valid... |
@vitch when you press down the scroll button of your mouse and then move up or down that is auto scroll. I tried that method but as you mentioned its broken, not just in chrome. |
If this is still issue please write a note |
Hello! This is still issue. Auto scroll by clicking middle mouse button does not work in Firefox and Chrome. |
Hello,
I made your script work for full page
http://phpbb.miscy.net/index.php
But a side effect seems that I no longer can auto scroll from top to bottom or left or right.
How do I fix this or is this a bug in the script?
I simply used your js code you mentioned in the demo for full page.
Also I was wondering how to make it work in a post editor like this one? I'm using phpbb so it uses:
The text was updated successfully, but these errors were encountered: