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 619944 - final part of delivering scroll events to canvas items
final part of delivering scroll events to canvas items
Status: RESOLVED FIXED
Product: libgnomecanvas
Classification: Deprecated
Component: core
2.30.x
Other All
: Normal normal
: ---
Assigned To: libgnomecanvas maintainers
libgnomecanvas maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-28 14:03 UTC by Paul Davis
Modified: 2011-01-31 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to deliver scroll events to canvas items (1.73 KB, application/octet-stream)
2010-05-28 14:03 UTC, Paul Davis
Details

Description Paul Davis 2010-05-28 14:03:49 UTC
Created attachment 162221 [details]
patch to deliver scroll events to canvas items

my previous patch made sure that grabbed items would receive scroll events, but completely ignored the fact that the canvas wasn't delivering scroll events to items in the normal case. i've attached a very simple patch to correct this (it also removes two unused variables from another function).
Comment 1 Paul Davis 2010-06-10 13:09:01 UTC
it would be nice if a new release could be made with this patch so that users don't have to override their distribution's package of 2.30.1 to get scroll functionality to work ....
Comment 2 Paul Davis 2010-07-25 21:09:56 UTC
is this ever going to get released again? if not, we're going to plan on bundling libgnomecanvas with Ardour 3.0, which would be a shame ...
Comment 3 Paul Davis 2010-11-27 23:17:46 UTC
we have now merged libgnomecanvas into the Ardour 3.0 source tree and will no longer be paying attention to this bug.
Comment 4 Kjartan Maraas 2011-01-31 14:01:09 UTC
I did a release with this fix now if you want to stop shipping the entire library with ardour.

Sorry for not catching this earlier.