GNOME Bugzilla – Bug 695496
testgtk: menu example failure
Last modified: 2014-08-31 18:37:24 UTC
All of the big scrolling menus open, but close immediately (probably due to positioning going wrong). Opening the small menus works initially, but they close as soon as a submenu is opened. Context menus don't seem to work anywhere.
I think the first two issues are probably the same, since opening the big menus will result in a submenu being opened if the cursor ends up hovering over an item with a submenu. Weston currently does not support multiple popup surfaces, but this is being addressed. Which context menus are you trying? If you have both the X11 and Wayland backends compiled, the GtkClipboard will only work with X11, so any context menu that attempts to read the clipboard information (for cut, copy or paste items) will hit a time out that will delay the menu appearing.
mclasen: Is this still an issue? (In reply to comment #1) > Which context menus are you trying? If you have both the X11 and Wayland > backends compiled, the GtkClipboard will only work with X11, so any context > menu that attempts to read the clipboard information (for cut, copy or paste > items) will hit a time out that will delay the menu appearing.
the 'close immediately' problem is fixed. there's still menu positioning problems, but lets close this now