https://bugzilla.gnome.org/show_bug.cgi?id=765907

            Bug ID: 765907
           Summary: [Wayland] Reversed scrolling in GtkMenu
    Classification: Platform
           Product: gtk+
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Backend: Wayland
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
     GNOME version: ---

Created attachment 327159
  --> https://bugzilla.gnome.org/attachment.cgi?id=327159&action=edit
Simple reproducer program

This is a follow up of bug 764595

When there are a lot of entries in a GtkMenu, using the mouse wheel under
Wayland to scroll through the list moves the items in the wrong (natural)
direction.

Also, using the touchpad to scroll through the list of entries is very slow. 

No such issue under X11.

Attaching a simple reproducer.

Steps to reproduce:

1. Save and build the source
   $ gcc menuitems.c -o menuitems -Wall `pkg-config gtk+-3.0 --cflags --libs`

2. Run under Wayland
3. Open the menu and try to scroll through the list of entries using themouse
wheel of the touchpad.

Expected results:

When using the mouse wheel, the items scroll in the expected direction.
Using the touchpad, the entries scroll fast enough.

Actual results:

Mouse wheel scrolls in the opposite direction, and scrolling with the touchpad
is very slow.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to