drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Newest ChromeOS update inverts scrolling but only inside the chroot #43

Closed robstolarz closed 10 years ago

robstolarz commented 10 years ago

chrome://version/ reports

Google Chrome   36.0.1985.138 (Official Build 285304) 
Platform    5841.83.0 (Official Build) stable-channel daisy_spring

Scrolling down with two fingers scrolls down in a Chrome window but doing the same in any app in my chroot makes it scroll in the opposite direction. Very disorienting.

drinkcat commented 10 years ago

Did it work before the update?

Anyway, you are right, there is something wrong: I'm not sure what changed in Chromium OS, but scrolling is inverted in both arch and trusty.

EDIT: It looks like this upstream issue changed the sign of the events: https://code.google.com/p/chromium/issues/detail?id=285663 , so we need to update croutonwheel. Thanks for reporting.

xYuunaX commented 10 years ago

Temporary workaround: In 'Mouse and Touchpad' setting turn on 'Reverse scroll direction'.

drinkcat commented 10 years ago

Fixed by #1015, you'll need to revert your workaround. Thanks for reporting.