[Webkit-unassigned] [Bug 23569] Enable transparent-bg-hint for GtkEntry, fix buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 19:57:13 PST 2009


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





--- Comment #5 from Brandon Wright <bearoso+webkitbugzilla at gmail.com>  2009-11-01 19:57:13 PDT ---
(In reply to comment #4)
> Additionally, line 871 of gtk2drawing.c in the moz_gtk_init () function totally
> breaks honors-transparent-bg-hint support for GtkEntry by forcing the setting
> to FALSE no matter the theme. 
My mistake. I've checked this and it shouldn't actually be affecting the value.
In fact, it looks like "honors-transparent-bg-hint" isn't being picked up. The
other widgets with the transparent-bg-hint flag don't actually read the
"honors-transparent-bg-hint" flag, but just push the "transparent-bg-hint" bit.

Fixing this, however, the GtkEntry still won't go transparent. Some parent of
the widget or wrapping code is drawing a box around it. I don't remember what
version this regressed in, but this WAS working correctly at one time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list