Ticket #21 (closed: fixed)

Opened 6 months ago

Last modified 3 months ago

Crash using horizontal mouse wheel

Reported by: guest Assigned to: bjourne
Keywords: Cc:

Description

GtkImageView crashes with the following message when using the horizontal mouse wheel. This is reproducible on the 'interactive' test program.

** ERROR:(gtkimageview.c:897):gtk_image_view_scroll_event: assertion failed: (ev->direction == GDK_SCROLL_UP ev->direction == GDK_SCROLL_DOWN) Aborted

If you do not have a mouse with an horizontal wheel then that can easily be simulated by remapping the vertical wheel events from 4/5 to 6/7 with something like this:

xmodmap -e "pointer = 1 2 3 6 7"

Change History

06/05/08 17:17:52 changed by bjourne

  • owner set to bjourne.
  • status changed from new to assigned.

You actually have a mouse with a horizontal mouse wheel??? Cool! I'll make a fix soon.

06/26/08 16:33:40 changed by guest

Not really a mouse. That's simply the synaptic touchpad of my laptop configured to emit the horizontal scroll events when moving the finger on the bottom side.

08/23/08 21:52:23 changed by bjourne

  • status changed from assigned to closed.
  • resolution set to fixed.

Fix committed in r556. Stuff should work now.