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

Horizontal scrolling issue #137

Closed
arjunmenon opened this issue Apr 1, 2015 · 9 comments
Closed

Horizontal scrolling issue #137

arjunmenon opened this issue Apr 1, 2015 · 9 comments

Comments

@arjunmenon
Copy link

Hey
If the mouse is near the bottom scrollbar, but obviously inside the page, scrolling does not happen, strangely.
Only if the mouse is moved towards the content does the scrolling re-initiates.

Strange behavior in any case!

Thanks.

@dmethvin
Copy link
Member

dmethvin commented Apr 1, 2015

Are you reporting an issue with the plugin? If so can you please provide enough information to reproduce the problem?

@arjunmenon
Copy link
Author

Check this out.
http://codepen.io/arjunmenon/full/wBZPRN
The scrolling works but only if the mouse is on the content, text or image. Scrolling will stop on any white space or if mouse near the scrollbar. It particularly happens as you near the end of page.

@dmethvin
Copy link
Member

dmethvin commented Apr 2, 2015

I don't see the plugin being used in that page at all.

@dmethvin dmethvin closed this as completed Apr 2, 2015
@arjunmenon
Copy link
Author

Why do you say that? It is being use their. Pls check it from Chrome. You can obviously view the source. I have updated the link. It will show the Codepen editor now
http://codepen.io/arjunmenon/pen/wBZPRN

@dmethvin
Copy link
Member

dmethvin commented Apr 2, 2015

Sorry, I was looking at the iframe not the inner content. Here is a simple case not using the plugin to see if there are any dead spots in the wheel events: http://codepen.io/anon/pen/mygLpo

@dmethvin dmethvin reopened this Apr 2, 2015
@dmethvin
Copy link
Member

dmethvin commented Apr 2, 2015

I can't make this reproduce consistently in Chrome. Can you try this Pen with the console open and see if both events are being fired when it seems to get "stuck"? http://codepen.io/anon/pen/JoVvBZ

@arjunmenon
Copy link
Author

This is the output I am getting -

"plugin 0 1428038455928 -1" index.html:125
"wheel 0 1428038455928" index.html:129
"plugin 0 1428038455944 -1" index.html:125
"wheel 0 1428038456047" index.html:129
"plugin 0 1428038459270 -1" index.html:125
"wheel 0 1428038459270" index.html:129
2 index-e1ea38bff35b91e3163f00f35fc918bc.js:20
1 index-e1ea38bff35b91e3163f00f35fc918bc.js:20
"plugin 0 1428038555875 -1" index.html:125
"wheel 0 1428038555876"

So both events do get fired it seems.

Hey btw, I also found this website which implements this plugin. And it also have the same issue.
http://www.kaikkonendesign.fi/columns/

Move the mouse near the bottom scrollbar or near the top grey bar, that is b/w the upper text and grey bar, not over it. You will notice that as you scroll more right, scrolling would cease eventually.

@dmethvin
Copy link
Member

Just following up, I was able to reproduce this as well but don't have any solution and am not sure whether the cause is inside the plugin.

@dmethvin
Copy link
Member

It looks like wheel events just stop being generated, which would point to something inside the browser and not the plugin. It seems to happen sooner on Firefox than on Chrome. If there's clearly an issue with the plugin, I can reopen.

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

2 participants