GNOME Bugzilla – Bug 729644
Long popovers get cut off with small windows
Last modified: 2015-08-19 16:15:00 UTC
Created attachment 275973 [details] screenshot GTK popovers seem to be contained within the parent window, unlike regular menus, so if the program's window is small, a large popover – e.g. gedit's gear menu – gets cut off (see screenshot). (The last visible item is also not clickable; trying to click it just resizes the window.)
Thats a known limitation of popovers (at least in their current implementation). Applications need to take that into account and not overpopulate their popovers.
Created attachment 279702 [details] GtkVolumeButton
This seems to happen with GtkVolumeButton volume pops up control (see screenshot). In example from screenshot the main window of application is not resizable by design. I want a guidance to correct it, keeping design application.
set the volume button orientation to horizontal. In GTK+ 3.13.4, the volume button will do that on its own
Is this marked Resolved/Fixed because the bug was fixed in 3.13, or because the volume button now changes direction to avoid clipping? If it's the latter, could some documentation be added to GtkPopover indicating that it cannot be sized larger than its toplevel?
it is marked fixed because I've made GtkScaleButton flip orientation to try and fit the popover in a small toplevel (thats in 3.13.4). I'll look at documenting current limitations.
*** Bug 753834 has been marked as a duplicate of this bug. ***