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 722931 - Loading text hardly readable
Loading text hardly readable
Status: RESOLVED OBSOLETE
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-24 20:07 UTC by drago01
Modified: 2018-05-22 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Loading invisible (10.27 KB, image/png)
2014-03-02 04:02 UTC, Miroslav Puda
Details
Hard to notice (10.01 KB, image/png)
2014-03-02 04:03 UTC, Miroslav Puda
Details
Screenshot of the text when using theme_bg/theme_fg_color from Adwaita (21.03 KB, image/png)
2014-10-24 20:03 UTC, Germán Poo-Caamaño
Details

Description drago01 2014-01-24 20:07:09 UTC
when opening a large PDF and moving quickly through the pages evince shows an "Is loading..." text using white font on a grey background which is kind very hard to read.
Comment 1 Miroslav Puda 2014-03-02 04:01:20 UTC
"Leading..." text is invisible with 'Fit width' zoom. Bug 651331 might be duplicate of this one.
Comment 2 Miroslav Puda 2014-03-02 04:02:22 UTC
Created attachment 270668 [details]
Loading invisible
Comment 3 Miroslav Puda 2014-03-02 04:03:01 UTC
Created attachment 270669 [details]
Hard to notice
Comment 4 Carlos Garcia Campos 2014-03-02 08:25:13 UTC
Yes, there's a problem with the theme, the message use to have a yellow background.
Comment 5 Germán Poo-Caamaño 2014-10-24 20:03:39 UTC
Created attachment 289293 [details]
Screenshot of the text when using theme_bg/theme_fg_color from Adwaita

The problem is in the definition in evince.css:

#ev-loading-message {
    background-color: @info_bg_color;
    color: @info_fg_color;
    border-radius: 10px;
    padding: 10px;
}

info_bg_color used to be defined by default, but they do not exists
in Adwaita.  Although, they exists in Raleigh.css as:

@define-color info_fg_color rgb (181, 171, 156);
@define-color info_bg_color rgb (252, 252, 189);

But bg_color is almost black.

Adwaita derives everything from gtk-contained.css/gtk-contained-dark.css.
None of them has defined info*.

In adwaita exists theme_bg_color and theme_fg_color, but they do not exists
in Raleigh.

Nonetheless, when playing with those values in #ev-loading-message, they
look bad. Look at the screenshot when using
@theme_bg_color and @theme_fg_color.

FWIW, to test it, I just commented the line:

    gtk_widget_hide (window->priv->loading_message);

that lives in the function ev_window_hide_loading_message (),
shell/ev-window.c


}
Comment 6 GNOME Infrastructure Team 2018-05-22 15:29:04 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/429.