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 759378 - Gradient on large text fields
Gradient on large text fields
Status: RESOLVED NOTGNOME
Product: epiphany
Classification: Core
Component: General
3.18.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-11 23:10 UTC by Cosimo Cecchi
Modified: 2015-12-14 22:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (144.98 KB, image/png)
2015-12-11 23:10 UTC, Cosimo Cecchi
Details

Description Cosimo Cecchi 2015-12-11 23:10:54 UTC
Created attachment 317241 [details]
screenshot

Most likely a WebKitGTK bug; there is a gradient in the background of large text fields. They should probably be yellowish like the other editable fields.
Comment 1 Michael Catanzaro 2015-12-13 19:18:42 UTC
It's rendered by WebKit indeed, in WebCore::RenderThemeGtk::paintTextField, using gtk_render_background. That's simply the gradient that Adwaita draws for a GtkEntry. Why do you expect it to be yellow?  If Bugzilla specifies in CSS that the field should be yellow, then that would be a WebKit bug; otherwise I'd say this is expected.
Comment 2 Cosimo Cecchi 2015-12-14 22:23:08 UTC
(In reply to Michael Catanzaro from comment #1)
> It's rendered by WebKit indeed, in WebCore::RenderThemeGtk::paintTextField,
> using gtk_render_background. That's simply the gradient that Adwaita draws
> for a GtkEntry. Why do you expect it to be yellow?  If Bugzilla specifies in
> CSS that the field should be yellow, then that would be a WebKit bug;
> otherwise I'd say this is expected.

Perhaps it should not be yellow, but the "Description" field would be a GtkTextView in GTK parlance, not a GtkEntry. So it should be rendered as such and have e.g. a plain background instead of the background image gradient.
Comment 3 Cosimo Cecchi 2015-12-14 22:26:48 UTC
Reported at https://bugs.webkit.org/show_bug.cgi?id=152273