-
Notifications
You must be signed in to change notification settings - Fork 28
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
It disabled window scroll feature #27
Comments
Hi, I have a very similar problem. I am implementing a mobile page and have a div that is scrollable in X axis and disabled in Y. However when I try to scroll the page itself in Y axis, if I try to scroll the page by scrolling ng-scrollable enabled div, it doesn't let me scroll the main page. Thanks in advance |
@saltwoo can you try the latest master and let me know if that works for you @shantinath this request is a bit more involved and I'm still thinking about a good solution. For now, place the mouse cursor outside the scrollable area to get the desired effect. |
Yea I would love this feature added as well. In an ideal world, it would be nice to have the mousewheel start scrolling horizontally through a list and when it got to the end, continue scrolling the main window. |
Hey guys. This should work in the new release 0.2.4. The feature turned out to be a bit more tricky than I imagined. Let me know how it feels and make suggestions on how to improve it further. |
Thanks @echa Now its working fine |
This works fine when there is something to scroll in the scrolling area (it reaches the end, then continues scrolling the page/parent). But I'm still having the previously stated problem when there is nothing to scroll (containerWidth > contentWidth). The event is not transmitted to the parent. |
Yes, @jeremy the same problem I am also facing. I was just going to post Shantinath Roy
|
Hey guys, the issue should be fixed now. I finally found some time to dig into it. The fix was surprisingly minimal. Sorry for the long delay. |
When try to scroll window after placed mouse pointer at ng-scrollable area, window scroll not working event there is nothing to scroll in my ng-scrollable area. It should scroll window in case of there are nothing to scroll or scrollbar reaches to end. Thanks in advance
The text was updated successfully, but these errors were encountered: