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 691903 - unfaded row in apps view
unfaded row in apps view
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on: 670004
Blocks:
 
 
Reported: 2013-01-16 23:54 UTC by William Jon McCann
Modified: 2017-12-19 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (519.89 KB, image/png)
2013-01-16 23:54 UTC, William Jon McCann
  Details
st-scroll-view-fade: Base fade_area on the context box only (2.41 KB, patch)
2013-02-19 17:03 UTC, drago01
rejected Details | Review
scroll-view-fade: Fix fbo size calcualtion (2.45 KB, patch)
2013-02-21 13:49 UTC, drago01
none Details | Review
scroll-view-fade: Fix fbo size calcualtion (2.50 KB, patch)
2013-02-21 13:55 UTC, drago01
none Details | Review

Description William Jon McCann 2013-01-16 23:54:37 UTC
Created attachment 233640 [details]
screenshot

Just installed 3.6.2 (f18). Last row of icons is unfaded.
Comment 1 drago01 2013-02-19 17:03:12 UTC
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.
Comment 2 drago01 2013-02-19 17:03:47 UTC
I have noticed the same thing when opening the message tray (super+m) while the app view is scolled down to the bottom.
Comment 3 drago01 2013-02-19 17:17:25 UTC
Review of attachment 236791 [details] [review]:

Can be wrong in some cases.
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-02-19 19:00:39 UTC
(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.
Comment 5 drago01 2013-02-21 13:49:31 UTC
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.
Comment 6 drago01 2013-02-21 13:55:08 UTC
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.
Comment 7 drago01 2013-02-21 14:12:44 UTC
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.
Comment 8 drago01 2013-02-21 14:14:12 UTC
Review of attachment 236791 [details] [review]:

OK this would still be wrong when we have other effects applied.
Comment 9 André Klapper 2017-03-08 00:54:34 UTC
As scrolling has been replaced by pagination, can this be closed as obsolete?
Comment 10 André Klapper 2017-12-19 18:12:25 UTC
(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.