After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763921 - [Wayland] With a maximized Web and clicking the lock icon, the pop-up goes off screen
[Wayland] With a maximized Web and clicking the lock icon, the pop-up goes of...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
3.18.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-19 16:39 UTC by Eduardo Silva
Modified: 2016-03-29 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showing the https lock "pop-up" going offscreen (111.08 KB, image/png)
2016-03-19 16:39 UTC, Eduardo Silva
  Details
window: Force popover to open on the bottom (916 bytes, patch)
2016-03-24 01:57 UTC, Michael Catanzaro
committed Details | Review

Description Eduardo Silva 2016-03-19 16:39:22 UTC
Created attachment 324345 [details]
Screenshot showing the https lock "pop-up" going offscreen

When having epiphnay maximized and clicking the lock icon on a https website, the "pop-up" appears off-screen. See screenshot.

It should probably be directioned downwards.
Comment 1 Eduardo Silva 2016-03-19 16:40:09 UTC
Forgot to mention, under Wayland.
Comment 2 Michael Catanzaro 2016-03-20 15:38:42 UTC
I bet this can be fixed with one call to gtk_popover_set_position().
Comment 3 Michael Catanzaro 2016-03-24 01:56:23 UTC
I think this has somehow been fixed in GDK for 3.20, but here's a patch anyway, to stay on the safe side.
Comment 4 Michael Catanzaro 2016-03-24 01:57:46 UTC
Created attachment 324640 [details] [review]
window: Force popover to open on the bottom

We never want it opening on the top, outside the window and potentially
off the screen.
Comment 5 Michael Catanzaro 2016-03-29 18:26:38 UTC
Attachment 324640 [details] pushed as 1725f0d - window: Force popover to open on the bottom