Skip to Content
Menú
This question has been flagged
4 Respostes
954 Vistes

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
Descartar
Best Answer

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
Descartar
Best Answer

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
Descartar
Best Answer

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
Descartar
Best Answer

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
Descartar