GNOME Bugzilla – Bug 691903
unfaded row in apps view
Last modified: 2017-12-19 18:12:25 UTC
Created attachment 233640 [details] screenshot Just installed 3.6.2 (f18). Last row of icons is unfaded.
Created attachment 236791 [details] [review] st-scroll-view-fade: Base fade_area on the context box only This already gives us the area we need (module scrollbars, which we take into account later) so remove the useless (and wrong) additional calculations.
I have noticed the same thing when opening the message tray (super+m) while the app view is scolled down to the bottom.
Review of attachment 236791 [details] [review]: Can be wrong in some cases.
(In reply to comment #2) > I have noticed the same thing when opening the message tray (super+m) while the > app view is scolled down to the bottom. The issue is ClutterClone, I believe.
Created attachment 237038 [details] [review] scroll-view-fade: Fix fbo size calcualtion Use clutter_offscreen_effect_get_target_rect instead of messing around with the content and paint boxes.
Created attachment 237039 [details] [review] scroll-view-fade: Fix fbo size calcualtion Use clutter_offscreen_effect_get_target_rect instead of messing around with the content and paint boxes.
Review of attachment 236791 [details] [review]: Actually this one is correct. I does not really matter how big the FBO is .. offscreen_effect sets the viewport and projection so that our actor is drawn at the origin. We just discard anything outside of the area anyway.
Review of attachment 236791 [details] [review]: OK this would still be wrong when we have other effects applied.
As scrolling has been replaced by pagination, can this be closed as obsolete?
(In reply to André Klapper from comment #9) > As scrolling has been replaced by pagination, can this be closed as obsolete? Silence. I guess yes.