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

Scrollbars visible but not functional #2187

Closed
TheLibzter opened this issue Aug 2, 2016 · 10 comments
Closed

Scrollbars visible but not functional #2187

TheLibzter opened this issue Aug 2, 2016 · 10 comments

Comments

@TheLibzter
Copy link

On scrollbar-enabled sections (i.e. http://alvarotrigo.com/fullPage/examples/scrolling.html#secondPage) the user can see scrollbars on the right hand side but is not able to actually click and drag the scrollbars.

This is an issue as some users do not have mousewheels. How can we enable click-and-drag functionality on the section scrollbars?

@alvarotrigo
Copy link
Owner

Thanks for reporting it.
That's clearly a bug. I'll take a look at it in the next few days.

@alvarotrigo alvarotrigo added the bug label Aug 2, 2016
@meceware
Copy link

meceware commented Aug 5, 2016

Hi,

You can set
interactiveScrollbars
option of scrollbar to true. It enables click on scrollbars.

@TheLibzter
Copy link
Author

TheLibzter commented Aug 5, 2016

Thank you! I did that but am not seeing the correct behavior still - is there an updated version of the fullpage.js script that I need to use?

Thanks!

@dmtrave
Copy link

dmtrave commented Aug 5, 2016

Hi,

I have the same problem.
I set the value interactiveScrollbars, but I can not click on the scroll bar.

Any solution to the problem ?
Thanks!

@meceware
Copy link

meceware commented Aug 5, 2016

Here is an example
http://codepen.io/anon/pen/QEkVpO

@TheLibzter
Copy link
Author

TheLibzter commented Aug 5, 2016

Ok, I can see in your example that click-and-drag is working for the first
section but if I use my mousewheel or trackpad to scroll through the first
section, then scrolling stops working completely on the second section - I
am not able to scroll to the third or first section at that point, I just
get stuck on the second section.

@meceware
Copy link

meceware commented Aug 5, 2016

It's just an example to show that the click on scrollbar works with that option. But you wanted to be working so it's working now. It was just an ordering of js files.

@TheLibzter
Copy link
Author

Hmm I can now scroll back and forth between the first and second sections but am still unable to scroll down past the second section to the third one.

@shaikhaezaz80
Copy link

shaikhaezaz80 commented Aug 6, 2016

Just wonder why the scrolling is not working smooth on every example of fullpage.js like the examples iScroll have on their website?

@alvarotrigo
Copy link
Owner

Should be fixed now in the latest fullpage.js 2.8.3.

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

5 participants