[Webkit-unassigned] [Bug 152273] [GTK] Gradient on large text fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 07:29:16 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152273

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #2)
> I'm not sure, using GtkTextView means we need to manually render the border
> and we lose the focus too.

Ugh, no. I ran into this problem too when I tried, thinking this would be an easy change. If it can't be done properly with the foreign drawing API, we should not use it.

> A simpler solution could be to simply not call
> gtk_render_background for TextArea. Note that paintTextArea is also used for
> list boxes.

It's not really "right" as some themes do not use white for text views (e.g. dark Adwaita), but in those cases it's tough to read black text, so this seems fine to me....

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160111/aadc0bed/attachment-0001.html>


More information about the webkit-unassigned mailing list