After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594560 - canvas does not forward scroll events to items holding a grab (patch attached)
canvas does not forward scroll events to items holding a grab (patch attached)
Status: RESOLVED FIXED
Product: libgnomecanvas
Classification: Deprecated
Component: core
2.26.x
Other All
: Normal major
: ---
Assigned To: libgnomecanvas maintainers
libgnomecanvas maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-08 21:11 UTC by Paul Davis
Modified: 2009-10-01 08:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for forwarding scroll events to items with a grab (278 bytes, patch)
2009-09-08 21:11 UTC, Paul Davis
none Details | Review

Description Paul Davis 2009-09-08 21:11:00 UTC
Created attachment 142737 [details] [review]
fix for forwarding scroll events to items with a grab

the current release (2.26) of GnomeCanvas fails to forward GDK_SCROLL events to
an item that is holding a grab. the attached 3 line patch corrects this - it is
clearly a case of omission, likely caused by GDK_SCROLL not existing when this
part of the code was created.
Comment 1 Kjartan Maraas 2009-10-01 08:56:48 UTC
Commited.