jadx icon indicating copy to clipboard operation
jadx copied to clipboard

[gui] Unable to use horizontal scroll wheel to scroll the code area

Open S-trace opened this issue 1 year ago • 0 comments

Issue details

Hi.

I have a Logitech MX Master 3 mouse and recently have updated jadx-gui to the latest GIT revision. Now horizontal scrolling using the horizontal scroll wheel does not work in code area.

I can scroll code window using horizontal scrollbar as usual (by dragging scroll bar or clicking in left or right space around scrollbar or by hovering the scrollbar and using vertical scroll wheel), but can't use horizontal scroll wheel for horizontal scrolling (not by hovering scrollbar and rotating horizontal scroll wheel, not by hovering the code window and rotating horizontal scroll wheel).

Horizontal scrolling using the wheel works fine in other apps in my system.

evtest reports the following data about the horizontal scroll wheel:

# Scroll to the left
Event: time 1692351512.398340, type 2 (EV_REL), code 6 (REL_HWHEEL), value 1
Event: time 1692351512.398340, type 2 (EV_REL), code 12 (REL_HWHEEL_HI_RES), value 120
Event: time 1692351512.398340, -------------- SYN_REPORT ------------

# Scroll to the right
Event: time 1692351514.444981, type 2 (EV_REL), code 6 (REL_HWHEEL), value -1
Event: time 1692351514.444981, type 2 (EV_REL), code 12 (REL_HWHEEL_HI_RES), value -120
Event: time 1692351514.444981, -------------- SYN_REPORT ------------

Thanks.

Jadx version

dev

Java version

11.0.20

OS

  • [ ] Windows
  • [X] Linux
  • [ ] macOS

S-trace avatar Aug 18 '23 09:08 S-trace