GNOME Bugzilla – Bug 771245
Popover doesn't move appropriately when resizing window
Last modified: 2018-08-03 20:52:19 UTC
1) Open Epiphany. 2) Go to https://google.com and click on the lock icon in the address bar. A popover (Sorry if I am using the wrong word) appears. 3) Resize Epiphany window. 4) Notice the popover is still in the same place and not pointing anymore to the lock icon.
Not sure what can be done here besides close the popover. Hey GTK+ devs, is there a recommended way to handle this?
OK so, for the title box this is probably fixable by just pointing the popover at the GtkImage of the lock, instead of pointing the popover at a particular rectangle within the title box widget that's no longer the right place after it's resized. But for location entry mode, I don't know how to fix it without changing internals of GtkEntry. The icon there is not a proper GtkWidget.
Would it be possible to dismiss the popover on resizing?
It'd be possible, but if it were the right thing to do (which I very much doubt) then it should probably be GTK+'s job to do so.
(In reply to Michael Catanzaro from comment #2) > But for location entry mode, I don't know how to fix it without changing > internals of GtkEntry. The icon there is not a proper GtkWidget. Huh we have it working nicely on a sidebranch, I'll see what changed.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/330.