GNOME Bugzilla – Bug 686225
ClutterScrollActor scrolls itself instead of just its contents
Last modified: 2013-02-20 23:36:04 UTC
It should probably use ::child-transform instead of ::apply-transform for scrolling its contents. To see why that may be wrong, run with paint-volumes and dump-pick-buffers and see how the paint volumes and pick areas overflow the container allocation.
Created attachment 236991 [details] [review] scroll-actor: Use :child-transform Instead of using a custom apply_transform(), paint(), and pick() implementations, we can simply apply a transformation to the children of a ScrollActor.
Attachment 236991 [details] pushed as 01ba68a - scroll-actor: Use :child-transform