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

Mouse wheel scroll Y not scrolling right on safari #9

Closed
thelostpixel-web opened this issue Feb 13, 2020 · 11 comments
Closed

Mouse wheel scroll Y not scrolling right on safari #9

thelostpixel-web opened this issue Feb 13, 2020 · 11 comments

Comments

@thelostpixel-web
Copy link

Hi. Great plugin and works like a dream on Chrome & FF.
However, there is an issue with Safari. The Y axis wheel movement does not move the page to the right as it does on Chrome & FF. Is this a know bug/is there a fix?
Thanks.

@thelostpixel-web
Copy link
Author

Hi. I was wondering if you had a quick solution to this problem?
Thanks M

@Richardvanwill
Copy link
Member

Hi @finlamit, thanks reporting this issue. Currently, we are not seeing this issue with our implementations of this package. Is there a specific version of Safari with which you are seeing this issue?

@thelostpixel-web
Copy link
Author

Thanks for getting back to be @Richardvanwill . The version I safari am using is 13.0.4.

@Richardvanwill
Copy link
Member

Ok tnx. I'm afraid we don't have a quick solution available right now, but we're going to look into this. Might take some time though (a few weeks maybe). We're also happy to accept pull requests if anyone would care to look into this before we get to it.

@thelostpixel-web
Copy link
Author

Thanks @Richardvanwill . Thats perfect. Ill take a look myself if I get a chance.

@jamespurnama1
Copy link

jamespurnama1 commented Feb 25, 2020

I think I am having the same issue. I'm using npm webpack with
import HorizontalScroll from '@oberon-amsterdam/horizontal';
i did see the DOM in the html tag received the __horizontal-container-3456 class.
So it is imported in Safari after all?

@septemberservices
Copy link

septemberservices commented Apr 13, 2020

I'm having the same issue, the (vertical) scroll event is fired on safari but the container only scrolls 1px horizontally.

@kheiraoudejans
Copy link
Member

@septemberservices @jamespurnama1 @finlamit
Hi!
We can't reproduce that it's not working on Safari at the moment. Could you guys provide us with the code that you're using and what device you are on?
Thanks in advance!

@deodat
Copy link

deodat commented May 25, 2020

Hello,
I'm having the same issue on version 13.1 of Safari on macOsX 10.15.4 Catalina with this code :

import HorizontalScroll from '@oberon-amsterdam/horizontal';

const content = document.querySelector('.site-content');

const horizontal = new HorizontalScroll({ container: content });

@deodat
Copy link

deodat commented May 25, 2020

In fact, I've noticed the issue with Safari is with the vertical scroll on trackpad, not with the mousewheel.

@jariz
Copy link
Collaborator

jariz commented May 25, 2020

Should be fixed on the recently published 1.0.3, reopen if this still arises.

@jariz jariz closed this as completed May 25, 2020
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

7 participants