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

Mousewheel overbind #27

Closed
GoogleCodeExporter opened this issue Aug 31, 2015 · 1 comment
Closed

Mousewheel overbind #27

GoogleCodeExporter opened this issue Aug 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

1. Have content for the pane that do not need scrollbar.
2. Alter content to need scrollbar and reinitialize jScrollPane.
3. Alter content to not need scrollbar and reinitialize jScrollPane.

You want the mousewheel event to be disabled, but the mousewheel event is
not disabled and you still able to scroll from previous height.

jScrollPane.js 19 2008-11-13 06:00:09Z kelvin.luck, on every browser, on
every operating system.

An url displaying the trouble is not avaible yet.

Solve it with adding this line of code (line 448):

      if (percentInView < .99) {
...
      } else {
...
Line 447:        // remove from active list?
Line 448:        $this.parent().unbind( 'mousewheel' );
      }


Original issue reported on code.google.com by pierrote...@gmail.com on 9 Dec 2008 at 12:40

@GoogleCodeExporter
Copy link
Author

Thanks for the bug report and fix code. Implemented in r31 and working well!

Original comment by kelvin.l...@gmail.com on 10 Dec 2008 at 6:01

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant