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 754966 - Adwaita scroll start/end effect looks bad in the entry view.
Adwaita scroll start/end effect looks bad in the entry view.
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-13 17:58 UTC by Álvaro Peña
Modified: 2015-09-19 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screencast showing the scroll effect error. (808.56 KB, application/octet-stream)
2015-09-13 17:58 UTC, Álvaro Peña
  Details
UI: Fixed entry scroll effect with Adwaita (2.35 KB, patch)
2015-09-19 12:48 UTC, Álvaro Peña
committed Details | Review

Description Álvaro Peña 2015-09-13 17:58:26 UTC
Created attachment 311236 [details]
Screencast showing the scroll effect error.

Adwaita shows a blue glossy shadow when the user hits the start or end of an scrolled windows, but in Almanah this shadow looks like an opaque rectangle, which hides the content of the diary entry, and looks ugly.
Comment 1 Álvaro Peña 2015-09-13 18:00:41 UTC
This error happens because the Almanah CSS sets to white the background of the GtkScroll in the GtkTextView.
Comment 2 Álvaro Peña 2015-09-19 12:48:07 UTC
Created attachment 311672 [details] [review]
UI: Fixed entry scroll effect with Adwaita

The main problem is the GtkScrolledWindow white background and the
border styles, so we have removed it, including some left & right margin
allowing a better look of the text.
Comment 3 Álvaro Peña 2015-09-19 17:07:21 UTC
Attachment 311672 [details] pushed as a697e86 - UI: Fixed entry scroll effect with Adwaita