[Webkit-unassigned] [Bug 210603] [GTK][X11] REGRESSION(r259944): Wrong position of select popup menu in X11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 16:18:44 PDT 2020


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #3 from Adrian Perez <aperez at igalia.com> ---
Maybe the long-term solution for this is using GtkPopover[Menu],
like I just did for bug #170553 — then we can let GTK do the
positioning work using gtk_popover_set_pointing_to(widget, rect)
and gtk_popover_set_position(widget, GTK_POS_BOTTOM) to make the
popover appear below the button. If we want to remove the arrow
that would point to the button or change the appearance I *think*
there are some CSS classes we can set. As for making the popover
width at least as long as the button, I think *maybe* we could
use a GtkSizeGroup, but maybe if we end up using a popover there
is not much point in doing that ��️

-- 
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/20200416/f8142526/attachment.htm>


More information about the webkit-unassigned mailing list