Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odpovědi
956 Zobrazení

Inertial scrolling with a trackpad on safari/mac os is the behavior, that scrolling does not just stop when you lift the fingers. But the site scrolls a bit further. Not having it for the users makes it feel like the site is broken.


All websites:
The odoo.com product website

All website build with the website builder

Even the forum (here)


Has intertial scrolling for safari broken. This seems to be some java script code that blocks it, because it initially work, until more content is loaded (see also: https://stackoverflow.com/questions/68064012/how-to-stop-inertial-scrolling-in-a-web-app )



Avatar
Zrušit
Nejlepší odpověď

I am having a similar error in edge now. Scrolling in the website works a fraction of a second when de page is loaded. Also I get a bunch of aria errors on the UI menu’s.


Reinstalling website and e-commerce and building a new website is not working.

I was thinking on going for a paid Odoo with onsite hosting but for now I will not go for that until it is fixed.

Avatar
Zrušit
Nejlepší odpověď

I added those css tags to html, body and #wrapwrap, but it did not work? I am sorry, I cannot post an image, I don't have an enough Karma

Avatar
Zrušit
Nejlepší odpověď

I wanted to create a store using Odoo, but i won't do it until this is fixed... Adding this fixes the issue:

@media screen {

    html, body {

        overflow: visible;

    }


    #wrapwrap {

        overflow: visible;

    }

}


Avatar
Zrušit
Nejlepší odpověď

Come - on. How can everyone just ignore this? : ) it feels like a handicap, and it is just a simple CSS fix. Does no one use safari. You must be losing 10% of all safari users on your website....

Avatar
Zrušit