GNOME Bugzilla – Bug 732124
[Regression] Pop-up menu no longer available
Last modified: 2014-06-24 13:27:56 UTC
After recent updates on the master branch, the pop-up menu that appears upon right-clicking a page is empty. Right-clicking an annotation or a link shows a menu with these elements' options, but right-clicking another area of the document shows an empty menu (only a small line).
Try 'git bisect' to determine the culprit. See http://git-scm.com/book/en/Git-Tools-Debugging-with-Git Likely one of the commits from the recent changes to GMenu. Bug 732135 is similar to this one, though not the same.
Nevermind, I found some time. The regression was introduced in https://git.gnome.org/browse/evince/commit/?id=8bb5fce0
Yes, for some reason the common options of the context menu were removed and I didn't notice it. Anyway, I've just moved popup menus to use GMenu too, and added back the common options.