GNOME Bugzilla – Bug 720939
GtkMenuButton direction = up isn't aligned correctly
Last modified: 2014-01-06 19:16:41 UTC
Trying ./testmenubutton with GTK_ARROW_UP, the menu isn't positioned above the button as the docs suggest it should. It is popped over the button.
Created attachment 264761 [details] [review] Fix positioning of up menu button popup Seems to work.
Created attachment 265464 [details] [review] Fix positioning of up menu button popup Use the menu allocation instead of the request size.
Created attachment 265465 [details] [review] tests: add some space to menubutton test
Created attachment 265466 [details] [review] tests: add menu alignments to the menubutton test
Attachment 265464 [details] pushed as 4b1838b - Fix positioning of up menu button popup Attachment 265465 [details] pushed as b2dbcea - tests: add some space to menubutton test Attachment 265466 [details] pushed as dae65b7 - tests: add menu alignments to the menubutton test