[Webkit-unassigned] [Bug 126907] [GTK] Hardcoded text color in input fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 18:39:18 PDT 2018


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

--- Comment #50 from Benjamin Otte <otte at gnome.org> ---
> I did not add the WEBKIT_TYPE_WEB_VIEW part because then I would have to include a header from Source/WebKit

I think you can just use G_TYPE_NONE there because the CSS matcher ignores types when an object name is set.  
If you wanted to be tricky, you could probably also use g_type_from_name("WebkitWebView"), but that shouldn't be necessary.

But all of that's not necessary to fix this issue and was merely thought as an additional feature to help theme authors, so leaving it out (or splitting it into a different bug) doesn't hurt.

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


More information about the webkit-unassigned mailing list