GNOME Bugzilla – Bug 783823
Access to NULL ClutterEffect when closing popup in apps view
Last modified: 2017-06-15 14:03:08 UTC
The vertical fade ClutterEffect referenced from [1] will only exist when the StScrollView actor has either a non-zero vertical or horizontal fade offset defined, which might not be the case depending on the available space in the screen, causing gjs to throw a backtrace when that's not the case (e.g. non-zero offsets not defined for the scrollview via CSS). I'd suggest adding a simple null-check for the scrollview's to prevent that [1] https://git.gnome.org/browse/gnome-shell/tree/js/ui/appDisplay.js#n661
Created attachment 353820 [details] [review] appDisplay: Add a null-check for the scrollview's fade ClutterEffect
Review of attachment 353820 [details] [review]: This was already ACN'ed on IRC ...
Thanks, committed: https://git.gnome.org/browse/gnome-shell/commit/?id=d8e7fc403bc47f950842d1816755bd5d0a9c638d