GNOME Bugzilla – Bug 604355
allow scrolling in Gantt timeline
Last modified: 2013-03-10 01:57:58 UTC
Created attachment 149576 [details] [review] patch to do this 1. Create a lot of tasks 2. Goto Gantt chart view 3. Move mouse over timeline pane 4. Use scroll wheel - nothing happens 5. Move mouse over task section - scroll - success The timeline has captured the scroll event to implement zooming if ctrl is pressed. If the scroll is not being used for zoom the scroll event should be allowed to propagate out to allow normal scrolling.
From a first glance, this patch looks good (apart from a typo, propogate/propagate, which I'll fix as I commit it). I still need to apply it and check if it works before I commit and push it.
Comment on attachment 149576 [details] [review] patch to do this I tested it and it's good. Commited locally, will push it any minute now.
Fixed in git master HEAD (commit 170f10c). Thanks.
*** Bug 151765 has been marked as a duplicate of this bug. ***