跳至内容
菜单
此问题已终结
4 回复
955 查看

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 )



形象
丢弃
最佳答案

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.

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

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;

    }

}


形象
丢弃
最佳答案

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....

形象
丢弃