[Webkit-unassigned] [Bug 190117] [GTK] Theming of authentication dialog breaks with themes other than Adwaita

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 10:15:16 PDT 2018


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

--- Comment #2 from Adrian Perez <aperez at igalia.com> ---
Some findings after discussing the issue with Benjamin Otte (thanks!):

 - The dialog is missing the “background” style class.
 - The dialog has valign/halign = GTK_ALIGN_FILL, when it should be
   GTK_ALIGN_CENTER.

After setting those in the GTK+ inspector, the dialog looks fine, but the
Web view content is not seen behind the dialog (which might be due to
using the inspector, that needs checking). Also, there are some other
bits we may want to look into add for the styling; for example it would
be interesting to look into “gtkwindow.c” to check what is needed to have
GTK+ paint a shadow below the dialog.

-- 
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/20181001/d1a57bf5/attachment.html>


More information about the webkit-unassigned mailing list