Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logitech MX Master X CSS page overflow

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

like image 957
DominikN. Avatar asked Feb 18 '20 15:02

DominikN.


People also ask

Will there be a Logitech MX Master 4?

It's expected, but not confirmed, that the follow up to this will be the Logitech MX Master 4, much in the same way we're expecting an Xbox Elite Controller 3, and a PS5 Pro too.


2 Answers

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.

like image 127
Aleksandr Zidyganov Avatar answered Sep 22 '22 01:09

Aleksandr Zidyganov


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

like image 30
weiklr Avatar answered Sep 22 '22 01:09

weiklr