7

In our team everybody uses the Logitech MX Master 1-3. There is a browser bug that allows you to scroll out of the page container indefinitely. See attached screenshots. It only happens with Logitech MX Master mouse and just sometimes. Esp. when you want to replicate it, you can't..

Is there a way to prevent it?

https://youtu.be/YF7LmNjYvcw

DominikN.
  • 1,245
  • 1
  • 17
  • 27

5 Answers5

3

I don't know why, but it's happening when mousewell is scrolling in the moment page is loading (MX master2 + google chrome + open dev tool). I think we can't fix it by html,css,js. Reduce the chance to see this bug - set smartShit=disabled. When I get this bug - I reopen page on the new tab.

  • Just use your touchpad to scroll and the page will return to normal, no need to reopen the page. ( it is not the solution but it will save some time :D ) – Nasser Hajlawi May 29 '22 at 11:50
2

having this problem as well and i'm using mx 3 on Google Chrome. do you happen to be using a mac, as i tested on other OS it's working fine.

Anyway, I solve this by updating Logi Options from my Mac.

If for some reason, you prefer to have Logi options around, you can also disable rubberbanding to fix this:

defaults write -g NSScrollViewRubberbanding -bool false

weiklr
  • 159
  • 1
  • 7
  • Disabling rubberbanding fixed it, thanks so much! Should be the accepted answer. – Erebus Oct 01 '21 at 19:37
  • haha no worries. Actually I solved mine by updating LogiOptions. didn't know they updated the software recently. – weiklr Oct 04 '21 at 10:27
1

disabling smartShift solved my problem http://joxi.ru/D2P1Y15iwvp8VA

enter image description here

you need this software to customise the settings https://www.logitech.com/en-us/software/options.html

Sharifur Robin
  • 327
  • 1
  • 3
  • 15
0

What frameworks are you using? I've had this problem with using slick slider inside of a flexbox. Try adding overflow: hidden to the follow_us row.

Josh Bradley
  • 1,854
  • 1
  • 15
  • 31
0

Few years later, we still didn't find a solution for this bug. Most of the suggested solutions here require some settings in the logitech options etc. but that is not acceptable for us since we want to solve the issue for our visitors and try explaining them to change some settings to fix this bug. Quite unrealistic.

So we are ignoring it since it's only appearing for visitors using the Logitech MX Master, it's not that crucial and you can live with it.

DominikN.
  • 1,245
  • 1
  • 17
  • 27